Skip to content

Commit d6cb9a9

Browse files
authored
Merge pull request #81990 from tfitzmac/0711tags2
changed tag limit to 50
2 parents bc6804a + b143fdb commit d6cb9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/resource-manager-governance-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Your taxonomy should consider a self-service metadata tagging strategy in additi
1919
The following limitations apply to tags:
2020

2121
* Not all resource types support tags. To determine if you can apply a tag to a resource type, see [Tag support for Azure resources](../articles/azure-resource-manager/tag-support.md).
22-
* Each resource or resource group can have a maximum of 15 tag name/value pairs. This limitation applies only to tags directly applied to the resource group or resource. A resource group can contain many resources that each have 15 tag name/value pairs. If you have more than 15 values that you need to associate with a resource, use a JSON string for the tag value. The JSON string can contain many values that are applied to a single tag name. This article shows an example of assigning a JSON string to the tag.
22+
* Each resource or resource group can have a maximum of 50 tag name/value pairs. Currently, storage accounts only support 15 tags, but that limit will be raised to 50 in a future release. If you need to apply more tags than the maximum allowed number, use a JSON string for the tag value. The JSON string can contain many values that are applied to a single tag name. A resource group can contain many resources that each have 50 tag name/value pairs.
2323
* The tag name is limited to 512 characters, and the tag value is limited to 256 characters. For storage accounts, the tag name is limited to 128 characters, and the tag value is limited to 256 characters.
2424
* Generalized VMs don't support tags.
2525
* Tags applied to the resource group are not inherited by the resources in that resource group.

0 commit comments

Comments
 (0)