Skip to content

Commit 698d1eb

Browse files
Merge pull request #279326 from mumian/0626-policy-char
update invalid characters for Azure policy
2 parents 29d086e + 2652045 commit 698d1eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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: 05/20/2024
5+
ms.date: 06/26/2024
66
---
77

88
# Naming rules and restrictions for Azure resources
@@ -105,10 +105,10 @@ In the following tables, the term alphanumeric refers to:
105105
> | Entity | Scope | Length | Valid Characters |
106106
> | --- | --- | --- | --- |
107107
> | locks | scope of assignment | 1-90 | Alphanumerics, periods, underscores, hyphens, and parenthesis.<br><br>Can't end in period. |
108-
> | policyAssignments | scope of assignment | 1-128 display name<br><br>1-64 resource name<br><br>1-24 resource name at management group scope | Display name can contain any characters.<br><br>Resource name can't use:<br>`#<>*%&:\?.+/` or control characters. <br><br>Can't end with period or space. |
109-
> | policyDefinitions | scope of definition | 1-128 display name<br><br>1-64 resource name | Display name can contain any characters.<br><br>Resource name can't use:<br>`#<>*%&:\?+/` or control characters. <br><br>Can't end with period or space. |
110-
> | policyExemptions | scope of exemption | 1-128 display name<br><br>1-64 resource name | Display name can contain any characters.<br><br>Resource name can't use:<br>`#<>*%&:\?.+/` or control characters. <br><br>Can't end with period or space. |
111-
> | policySetDefinitions | scope of definition | 1-128 display name<br><br>1-64 resource name | Display name can contain any characters.<br><br>Resource name can't use:<br>`#<>*%&:\?.+/` or control characters. <br><br>Can't end with period or space. |
108+
> | policyAssignments | scope of assignment | 1-128 display name<br><br>1-64 resource name<br><br>1-24 resource name at management group scope | Display name can contain any characters.<br><br>Resource name can't use:<br>`#<>%&:\?/` or control characters. <br><br>Can't end with period or space. |
109+
> | policyDefinitions | scope of definition | 1-128 display name<br><br>1-64 resource name | Display name can contain any characters.<br><br>Resource name can't use:<br>`#<>%&:\?/` or control characters. <br><br>Can't end with period or space. |
110+
> | policyExemptions | scope of exemption | 1-128 display name<br><br>1-64 resource name | Display name can contain any characters.<br><br>Resource name can't use:<br>`#<>%&:\?/` or control characters. <br><br>Can't end with period or space. |
111+
> | policySetDefinitions | scope of definition | 1-128 display name<br><br>1-64 resource name | Display name can contain any characters.<br><br>Resource name can't use:<br>`#<>%&:\?/` or control characters. <br><br>Can't end with period or space. |
112112
> | roleAssignments | tenant | 36 | Must be a globally unique identifier (GUID). |
113113
> | roleDefinitions | tenant | 36 | Must be a globally unique identifier (GUID). |
114114

0 commit comments

Comments
 (0)