Skip to content

Commit 103499e

Browse files
authored
Merge pull request #126105 from vandriot/main
Update tag-resources.md
2 parents a4268f4 + deda998 commit 103499e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-resource-manager/management/tag-resources.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The following limitations apply to tags:
7474

7575
* Classic resources such as Cloud Services don't support tags.
7676

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.
7878

7979
* Tag names can't contain these characters: `<`, `>`, `%`, `&`, `\`, `?`, `/`
8080

@@ -88,7 +88,8 @@ The following limitations apply to tags:
8888
> * The following Azure resources only support 15 tags:
8989
> * Azure Automation
9090
> * 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)
9293
> * Azure Log Analytics saved search
9394
9495
## Next steps
@@ -100,4 +101,4 @@ For more information on how to work with tags, see:
100101
* [Azure PowerShell](tag-resources-powershell.md)
101102
* [Python](tag-resources-python.md)
102103
* [ARM templates](tag-resources-templates.md)
103-
* [Bicep](tag-resources-bicep.md)
104+
* [Bicep](tag-resources-bicep.md)

0 commit comments

Comments
 (0)