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
+7-52Lines changed: 7 additions & 52 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: 01/15/2020
5
+
ms.date: 01/16/2020
6
6
---
7
7
8
8
# Naming rules and restrictions for Azure resources
@@ -474,7 +474,7 @@ In the following tables, the term alphanumeric refers to:
474
474
> | azureFirewalls | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric or underscore. |
475
475
> | bastionHosts | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
476
476
> | 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. |
478
478
> | expressRouteCircuits | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
479
479
> | firewallPolicies | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
480
480
> | 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:
486
486
> | networkSecurityGroups | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
487
487
> | networkSecurityGroups / securityRules | network security group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
488
488
> | 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. |
490
490
> | privateDnsZones / virtualNetworkLinks | private DNS zone | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
491
491
> | publicIPAddresses | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
492
492
> | 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:
563
563
> | Entity | Scope | Length | Valid Characters |
564
564
> | --- | --- | --- | --- |
565
565
> | 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. |
0 commit comments