Skip to content

Commit 93800f5

Browse files
Merge pull request #268742 from maud-lv/ml-aac-namerules
Update App Config name rules
2 parents 807d1c4 + b68b47d commit 93800f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-resource-manager/management/resource-name-rules.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ In the following tables, the term alphanumeric refers to:
8989
> [!div class="mx-tableFixed"]
9090
> | Entity | Scope | Length | Valid Characters |
9191
> | --- | --- | --- | --- |
92-
> | configurationStores | resource group | 5-50 | Alphanumerics, underscores, and hyphens. |
92+
> | configurationStores* | global | 5-50 | Alphanumerics and hyphens.<br><br>Can’t contain a sequence of more than 2 hyphens.<br><br>Can’t start with or end with an hyphen. |
93+
> | configurationStores / replicas | configurationStore | 1-50<br><br>The combined length of the configurationStore name and the replica name can’t exceed 60 characters.|Alphanumerics only. |
94+
95+
\* {storeName}-{replicaName} needs to be globally unique.
9396

9497
## Microsoft.AppPlatform
9598

0 commit comments

Comments
 (0)