Skip to content

Commit

Permalink
Merge pull request #438 from KetanChawda-MSFT/patch-5
Browse files Browse the repository at this point in the history
(Azure CXP) fixes MicrosoftDocs/architecture-center#1693
  • Loading branch information
PRMerger17 authored Aug 9, 2019
2 parents 7a6ae40 + 5031980 commit ac82870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best-practices/naming-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ In general, avoid having any special characters (`-` or `_`) as the first or las

| Entity | Scope | Length | Casing | Valid Characters | Suggested Pattern | Example |
| --- | --- | --- | --- | --- | --- | --- |
|Storage account name (data) |Global |3-24 |Lowercase |Alphanumeric |`<globally unique name><number>` (use a function to calculate a unique guid for naming storage accounts) |`profxdata001` |
|Storage account name (data) |Global |3-24 |Lowercase |Alphanumeric |`<globally unique name><number>` |`profxdata001` |
|Storage account name (disks) |Global |3-24 |Lowercase |Alphanumeric |`<vm name without hyphens>st<number>` |`profxsql001st0` |
| Container name |Storage account |3-63 |Lowercase |0-9, a-z and - |`<context>` |`logs` |
|Blob name | Container |1-1024 |Case sensitive |Any URL characters |`<variable based on blob usage>` |`<variable based on blob usage>` |
Expand Down

0 comments on commit ac82870

Please sign in to comment.