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/tag-resources.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ The following limitations apply to tags:
74
74
75
75
* Classic resources such as Cloud Services don't support tags.
76
76
77
-
* Azure IP Groups and Azure Firewall policies don't support PATCH operations. Therefore, PATCH API method operations can't update tags through the Azure portal. Instead, use the update commands for those resources. For example, you can update tags for an IP group with the [`az network ip-group update`](/cli/azure/network/ip-group?view=azure-cli-latest) command.
77
+
* Azure IP Groups and Azure Firewall policies don't support PATCH operations. Therefore, PATCH API method operations can't update tags through the Azure portal. Instead, use the update commands for those resources. For example, you can update tags for an IP group with the [`az network ip-group update`](/cli/azure/network/ip-group) command.
78
78
79
79
* Tag names can't contain these characters: `<`, `>`, `%`, `&`, `\`, `?`, `/`
80
80
@@ -88,7 +88,8 @@ The following limitations apply to tags:
88
88
> * The following Azure resources only support 15 tags:
89
89
> * Azure Automation
90
90
> * Azure Content Delivery Network
91
-
> * Azure DNS (Zone and A records)
91
+
> * Azure Public DNS (Zone and A records)
92
+
> * Azure Private DNS (Zone and A records)
92
93
> * Azure Log Analytics saved search
93
94
94
95
## Next steps
@@ -100,4 +101,4 @@ For more information on how to work with tags, see:
0 commit comments