Skip to content

Commit bd46744

Browse files
authored
Merge pull request #193879 from tfitzmac/0404names
fix sql names
2 parents 8d15f33 + 530e643 commit bd46744

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Resource naming restrictions
33
description: Shows the rules and restrictions for naming Azure resources.
44
ms.topic: conceptual
5-
ms.date: 04/02/2022
5+
ms.date: 04/04/2022
66
---
77

88
# Naming rules and restrictions for Azure resources
@@ -689,13 +689,13 @@ In the following tables, the term alphanumeric refers to:
689689
> [!div class="mx-tableFixed"]
690690
> | Entity | Scope | Length | Valid Characters |
691691
> | --- | --- | --- | --- |
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. |
694694
> | servers / administrators | server | | Must be `ActiveDirectory`. |
695695
> | servers / databases | server | 1-128 | Can't use:<br>`<>*%&:\/?` or control characters<br><br>Can't end with period or space. |
696696
> | servers / databases / syncGroups | database | 1-150 | Alphanumerics, hyphens, and underscores. |
697697
> | 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. |
699699
> | servers / firewallRules | server | 1-128 | Can't use:<br>`<>*%&:;\/?` or control characters<br><br>Can't end with period. |
700700
> | servers / keys | server | | Must be in format:<br>`VaultName_KeyName_KeyVersion`. |
701701

0 commit comments

Comments
 (0)