Skip to content

Commit

Permalink
Merge pull request #433 from PramodValavala-MSFT/patch-4
Browse files Browse the repository at this point in the history
(AzureCXP) fix blob, file and queue valid characters list
  • Loading branch information
PRMerger19 authored Aug 8, 2019
2 parents e514ec1 + 214ba28 commit b244f23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/best-practices/naming-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ In general, avoid having any special characters (`-` or `_`) as the first or las
| --- | --- | --- | --- | --- | --- | --- |
|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 (disks) |Global |3-24 |Lowercase |Alphanumeric |`<vm name without hyphens>st<number>` |`profxsql001st0` |
| Container name |Storage account |3-63 |Lowercase |0-9, a-z, A-Z and - |`<context>` |`logs` |
| 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>` |
|Queue name |Storage account |3-63 |Lowercase |0-9, a-z, A-Z and - |`<service short name>-<context>-<num>` |`awesomeservice-messages-001` |
|Queue name |Storage account |3-63 |Lowercase |0-9, a-z and - |`<service short name>-<context>-<num>` |`awesomeservice-messages-001` |
|Table name | Storage account |3-63 |Case insensitive |Alphanumeric |`<service short name><context>` |`awesomeservicelogs` |
|File share name | Storage account |3-63 |Lowercase | 0-9, a-z, A-Z and - |`<variable based on file share usage>` |`<variable based on file share usage>` |
|File share name | Storage account |3-63 |Lowercase | 0-9, a-z and - |`<variable based on file share usage>` |`<variable based on file share usage>` |
|Data Lake Store | Global |3-24 |Lowercase | Alphanumeric |`<name>dls` |`telemetrydls` |
|Managed Disk name | Resource Group | 1-80 | Case insensitive |Alphanumeric, hyphen and underscore but not on character 1|`<disktype>disk<number>`|`OSdisk1`|

Expand Down

0 comments on commit b244f23

Please sign in to comment.