Skip to content

Commit d8207a4

Browse files
authored
Merge pull request #192016 from tfitzmac/0317taglimit
clarify unique tag calculation
2 parents d7f6221 + e96a49d commit d8207a4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure subscription limits and quotas
33
description: Provides a list of common Azure subscription and service limits, quotas, and constraints. This article includes information on how to increase limits along with maximum values.
44
ms.topic: conceptual
5-
ms.date: 03/14/2022
5+
ms.date: 03/17/2022
66
---
77

88
# Azure subscription and service limits, quotas, and constraints

includes/azure-subscription-limits-azure-resource-manager.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: tfitzmac
66
ms.service: cost-management-billing
77
ms.topic: include
8-
ms.date: 06/04/2021
8+
ms.date: 03/17/2022
99
ms.author: tomfitz
1010
ms.custom: include file
1111
---
@@ -17,10 +17,12 @@
1717
| [Resource groups](../articles/azure-resource-manager/management/overview.md) per subscription |980 |
1818
| Azure Resource Manager API request size |4,194,304 bytes |
1919
| Tags per subscription<sup>1</sup> |50 |
20-
| Unique tag calculations per subscription<sup>1</sup> | 80,000 |
21-
| [Subscription-level deployments](../articles/azure-resource-manager/templates/deploy-to-subscription.md) per location | 800<sup>2</sup> |
20+
| Unique tag calculations per subscription<sup>2</sup> | 80,000 |
21+
| [Subscription-level deployments](../articles/azure-resource-manager/templates/deploy-to-subscription.md) per location | 800<sup>3</sup> |
2222
| Locations of [Subscription-level deployments](../articles/azure-resource-manager/templates/deploy-to-subscription.md) | 10 |
2323

24-
<sup>1</sup>You can apply up to 50 tags directly to a subscription. However, the subscription can contain an unlimited number of tags that are applied to resource groups and resources within the subscription. The number of tags per resource or resource group is limited to 50. Resource Manager returns a [list of unique tag name and values](/rest/api/resources/tags) in the subscription only when the number of tags is 80,000 or less. You still can find a resource by tag when the number exceeds 80,000.
24+
<sup>1</sup>You can apply up to 50 tags directly to a subscription. However, the subscription can contain an unlimited number of tags that are applied to resource groups and resources within the subscription. The number of tags per resource or resource group is limited to 50.
2525

26-
<sup>2</sup>Deployments are automatically deleted from the history as you near the limit. For more information, see [Automatic deletions from deployment history](../articles/azure-resource-manager/templates/deployment-history-deletions.md).
26+
<sup>2</sup>Resource Manager returns a [list of tag name and values](/rest/api/resources/tags) in the subscription only when the number of unique tags is 80,000 or less. A unique tag is defined by the combination of resource ID, tag name, and tag value. For example, two resources with the same tag name and value would be calculated as two unique tags. You still can find a resource by tag when the number exceeds 80,000.
27+
28+
<sup>3</sup>Deployments are automatically deleted from the history as you near the limit. For more information, see [Automatic deletions from deployment history](../articles/azure-resource-manager/templates/deployment-history-deletions.md).

0 commit comments

Comments
 (0)