Skip to content

Commit ae25ae9

Browse files
authored
Merge pull request #197432 from tfitzmac/0506names
fix name rules
2 parents dcdfb3c + 840672a commit ae25ae9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
title: Resource naming restrictions
33
description: Shows the rules and restrictions for naming Azure resources.
44
ms.topic: conceptual
5-
ms.date: 04/28/2022
5+
author: tfitzmac
6+
ms.author: tomfitz
7+
ms.date: 05/06/2022
68
---
79

810
# Naming rules and restrictions for Azure resources
@@ -731,7 +733,7 @@ In the following tables, the term alphanumeric refers to:
731733
> | servers / databases | server | 1-128 | Can't use:<br>`<>*%&:\/?` or control characters<br><br>Can't end with period or space. |
732734
> | servers / databases / syncGroups | database | 1-150 | Alphanumerics, hyphens, and underscores. |
733735
> | servers / elasticPools | server | 1-128 | Can't use:<br>`<>*%&:\/?` or control characters<br><br>Can't end with period or space. |
734-
> | servers / failoverGroups | global | 1-63 | Lowercase letters, numbers, and hyphens.<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. |
736+
> | servers / failoverGroups | global | 1-63 | Lowercase letters, numbers, and hyphens.<br><br>Can't start or end with hyphen. |
735737
> | servers / firewallRules | server | 1-128 | Can't use:<br>`<>*%&:;\/?` or control characters<br><br>Can't end with period. |
736738
> | servers / keys | server | | Must be in format:<br>`VaultName_KeyName_KeyVersion`. |
737739

0 commit comments

Comments
 (0)