You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/management/resource-name-rules.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
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. |
> | 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`. |
0 commit comments