Skip to content

Commit

Permalink
Update cloud-design-pattern.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bennage committed Feb 19, 2018
1 parent 200cdf6 commit 6994584
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions contributions/templates/cloud-design-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Article description that appears on landing pages and most search r
keywords: Replace a comma-separated list that blah blah
ms.date: Publication date as mm/dd/yyyy
pnp.series.title: Cloud Design Patterns
pnp.pattern.categories: [availability, data-management, design-implementation, messaging, management-monitoring, performance-scalability, resiliency, security] <- choose appropriate categories from this list
pnp.pattern.categories: [availability, data-management, design-implementation, messaging, management-monitoring, performance-scalability, resiliency, security]
---

# This should match the `title` text above
Expand All @@ -15,6 +15,9 @@ Your article can have only one H1 heading (#), which is this article title. The

This template is specific to Cloud Design Patterns. Your article should describe the problem that the pattern addresses, identify considerations for applying the pattern, and provide an example based on Microsoft Azure. Most of the patterns include code samples or snippets that show how to implement the pattern on Azure. Your article should be broken down into six subheadings (H2, ## in markdown)--Context and problem, Solution, Issues and considerations, When to use this pattern, Example, and Related guidance. The H2 headings and descriptions are included in this template. If you need to create a new heading under one of the H2 headings, use an H3 heading (###).

Regarding the metadata at the document:
- `pnp.pattern.categories` - This should a comma separarted enclose in square brackets [] using the approved values...

## Context and problem

Provide a brief background on the specific pattern and the problem that the pattern addresses.
Expand Down Expand Up @@ -53,7 +56,7 @@ This pattern might not be suitable:

Include a working sample that shows the reader how the pattern solution is used in a real-world situation. The sample should be specific and provide code snippets when appropriate.

## Related guidance
## Next steps

Provide links to other topics that provide additional information about the pattern covered in the article. Topics can include links to pages that provide additional context for the pattern discussed in the article or links to pages that may be useful in a next-steps context. Use the following boilerplate sentence followed by a bulleted list.

Expand Down

0 comments on commit 6994584

Please sign in to comment.