Skip to content

Commit 849e815

Browse files
committed
update
1 parent acd6c6f commit 849e815

File tree

1 file changed

+7
-52
lines changed

1 file changed

+7
-52
lines changed

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

Lines changed: 7 additions & 52 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: 01/15/2020
5+
ms.date: 01/16/2020
66
---
77

88
# Naming rules and restrictions for Azure resources
@@ -474,7 +474,7 @@ In the following tables, the term alphanumeric refers to:
474474
> | azureFirewalls | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric or underscore. |
475475
> | bastionHosts | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
476476
> | connections | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
477-
> | dnsZones | resource group | 1-63 characters<br>Must contain from 2 to 34 labels. Each label is a set of characters separated by a period. For example, "contoso.com" has 2 labels. | Alphanumerics, underscores, and hyphens. Each label must be separated by a period. |
477+
> | dnsZones | resource group | 1-63 characters<br><br>2 to 34 labels<br><br>Each label is a set of characters separated by a period. For example, **contoso.com** has 2 labels. | Each label can contain alphanumerics, underscores, and hyphens.<br><br>Each label is separated by a period. |
478478
> | expressRouteCircuits | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
479479
> | firewallPolicies | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
480480
> | firewallPolicies / ruleGroups | firewall policy | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
@@ -486,7 +486,7 @@ In the following tables, the term alphanumeric refers to:
486486
> | networkSecurityGroups | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
487487
> | networkSecurityGroups / securityRules | network security group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
488488
> | networkWatchers | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
489-
> | privateDnsZones | resource group | 1-63 characters<br>Must contain from 2 to 34 labels. Each label is a set of characters separated by a period. For example, "contoso.com" has 2 labels. | Alphanumerics, underscores, and hyphens. Each label must be separated by a period. |
489+
> | privateDnsZones | resource group | 1-63 characters<br><br>2 to 34 labels<br><br>Each label is a set of characters separated by a period. For example, **contoso.com** has 2 labels. | Each label can contain alphanumerics, underscores, and hyphens.<br><br>Each label is separated by a period. |
490490
> | privateDnsZones / virtualNetworkLinks | private DNS zone | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
491491
> | publicIPAddresses | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
492492
> | publicIPPrefixes | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
@@ -563,7 +563,7 @@ In the following tables, the term alphanumeric refers to:
563563
> | Entity | Scope | Length | Valid Characters |
564564
> | --- | --- | --- | --- |
565565
> | deployments | resource group | 1-64 | Alphanumerics, underscores, parentheses, hyphens, and periods. |
566-
> | resourcegroups | subscription | 1-90 | Alphanumerics, underscores, parentheses, hyphens, and periods. Unicode characters that match the [regex documentation](/rest/api/resources/resourcegroups/createorupdate).<br><br>Can't end with period. |
566+
> | resourcegroups | subscription | 1-90 | Alphanumerics, underscores, parentheses, hyphens, periods, and unicode characters that match the [regex documentation](/rest/api/resources/resourcegroups/createorupdate).<br><br>Can't end with period. |
567567
> | tagNames | resource | 1-512 | Can't use:<br>`<>%&\?/` |
568568
> | tagNames / tagValues | tag name | 1-256 | All characters. |
569569
@@ -666,54 +666,9 @@ In the following tables, the term alphanumeric refers to:
666666
> [!div class="mx-tableFixed"]
667667
> | Entity | Scope | Length | Valid Characters |
668668
> | --- | --- | --- | --- |
669-
> | /certificates | resource group | Not specified | |
670-
> | /connectionGateways | resource group | Not specified | |
671-
> | /connections | resource group | Not specified | |
672-
> | /csrs | resource group | Not specified | |
673-
> | /customApis | resource group | Not specified | |
674-
> | /hostingEnvironments | resource group | Not specified | |
675-
> | /hostingEnvironments / workerPools | hostingEnvironments | Not specified | |
676-
> | /managedHostingEnvironments | resource group | Not specified | |
677-
> | /serverfarms | resource group | Not specified | |
678-
> | /serverfarms / virtualNetworkConnections / gateways | virtualNetworkConnections | Not specified | |
679-
> | /serverfarms / virtualNetworkConnections / routes | virtualNetworkConnections | Not specified | |
680-
> | /sites | global | 1-60 | Contains alphanumerics and hyphens. |
681-
> | /sites / config | sites | Not specified | |
682-
> | /sites / deployments | sites | Not specified | |
683-
> | /sites / domainOwnershipIdentifiers | sites | Not specified | |
684-
> | /sites / extensions | sites | Not specified | |
685-
> | /sites / functions | sites | Not specified | |
686-
> | /sites / functions / keys | functions | Not specified | |
687-
> | /sites / host / default/ | default | Not specified | |
688-
> | /sites / hostNameBindings | sites | Not specified | |
689-
> | /sites / hybridconnection | sites | Not specified | |
690-
> | /sites / hybridConnectionNamespaces / relays | hybridConnectionNamespaces | Not specified | |
691-
> | /sites / instances / deployments | instances | Not specified | |
692-
> | /sites / instances / extensions | instances | Not specified | |
693-
> | /sites / premieraddons | sites | Not specified | |
694-
> | /sites / publicCertificates | sites | Not specified | |
695-
> | /sites / siteextensions | sites | Not specified | |
696-
> | /sites / slots | Site | 2-59 | Contains alphanumerics and hyphens. |
697-
> | /sites / slots / config | slots | Not specified | |
698-
> | /sites / slots / deployments | slots | Not specified | |
699-
> | /sites / slots / domainOwnershipIdentifiers | slots | Not specified | |
700-
> | /sites / slots / extensions | slots | Not specified | |
701-
> | /sites / slots / functions | slots | Not specified | |
702-
> | /sites / slots / functions / keys | functions | Not specified | |
703-
> | /sites / slots / host / default/ | default | Not specified | |
704-
> | /sites / slots /hostNameBindings | slots | Not specified | |
705-
> | /sites / slots /hybridconnection | slots | Not specified | |
706-
> | /sites / slots / hybridConnectionNamespaces / relays | hybridConnectionNamespaces | Not specified | |
707-
> | /sites / slots / instances / deployments | instances | Not specified | |
708-
> | /sites / slots / instances / extensions | instances | Not specified | |
709-
> | /sites / slots / premieraddons | slots | Not specified | |
710-
> | /sites / slots / publicCertificates | slots | Not specified | |
711-
> | /sites / slots / siteextensions | slots | Not specified | |
712-
> | /sites / slots / virtualNetworkConnections | slots | Not specified | |
713-
> | /sites / slots / virtualNetworkConnections / gateways | virtualNetworkConnections | Not specified | |
714-
> | /sites / virtualNetworkConnections | sites | Not specified | |
715-
> | /sites / virtualNetworkConnections / gateways | virtualNetworkConnections | Not specified | |
716-
> | /sourcecontrols | resource group | Not specified | |
669+
> | serverfarms | resource group | 1-40 | Alphanumerics and hyphens. |
670+
> | sites | global | 2-60 | Contains alphanumerics and hyphens.<br><br>Can't start or end with hyphen. |
671+
> | sites / slots | site | 2-59 | Alphanumerics and hyphens. |
717672
718673
## Next steps
719674

0 commit comments

Comments
 (0)