|
2 | 2 | title: Resource naming restrictions
|
3 | 3 | description: Shows the rules and restrictions for naming Azure resources.
|
4 | 4 | ms.topic: conceptual
|
5 |
| -ms.date: 04/02/2022 |
| 5 | +ms.date: 04/04/2022 |
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | # Naming rules and restrictions for Azure resources
|
@@ -689,13 +689,13 @@ In the following tables, the term alphanumeric refers to:
|
689 | 689 | > [!div class="mx-tableFixed"]
|
690 | 690 | > | Entity | Scope | Length | Valid Characters |
|
691 | 691 | > | --- | --- | --- | --- |
|
692 |
| -> | managedInstances | global | 1-63 | Lowercase letters, numbers, and hyphens.<br><br> Can't have any special characters, such as `@`.<br><br> Can't start or end with hyphen.<br><br> Can’t have hyphen twice in both third and fourth place. For example, `ab--cde` is not allowed. | |
693 |
| -> | servers | global | 1-63 | Lowercase letters, numbers, and hyphens.<br><br> Can't have any special characters, such as `@`.<br><br> Can't start or end with hyphen.<br><br> Can’t have hyphen twice in both third and fourth place. For example, `ab--cde` is not allowed. | |
| 692 | +> | managedInstances | global | 1-63 | Lowercase letters, numbers, and hyphens.<br><br> Can't start or end with hyphen. | |
| 693 | +> | servers | global | 1-63 | Lowercase letters, numbers, and hyphens.<br><br>Can't start or end with hyphen. | |
694 | 694 | > | servers / administrators | server | | Must be `ActiveDirectory`. |
|
695 | 695 | > | servers / databases | server | 1-128 | Can't use:<br>`<>*%&:\/?` or control characters<br><br>Can't end with period or space. |
|
696 | 696 | > | servers / databases / syncGroups | database | 1-150 | Alphanumerics, hyphens, and underscores. |
|
697 | 697 | > | servers / elasticPools | server | 1-128 | Can't use:<br>`<>*%&:\/?` or control characters<br><br>Can't end with period or space. |
|
698 |
| -> | servers | failoverGroups | 1-63 | Lowercase letters, numbers, and hyphens.<br><br> Can't have any special characters, such as `@`.<br><br> Can't start or end with hyphen.<br><br> Can’t have hyphen twice in both third and fourth place. For example, `ab--cde` is not allowed. | |
| 698 | +> | servers / failoverGroups | global | 1-63 | Lowercase letters, numbers, and hyphens.<br><br>Can't start or end with hyphen. | |
699 | 699 | > | servers / firewallRules | server | 1-128 | Can't use:<br>`<>*%&:;\/?` or control characters<br><br>Can't end with period. |
|
700 | 700 | > | servers / keys | server | | Must be in format:<br>`VaultName_KeyName_KeyVersion`. |
|
701 | 701 |
|
|
0 commit comments