Skip to content

Commit 5539f19

Browse files
Merge pull request #108452 from tfitzmac/0320taglimit
update tag subscription limit
2 parents 99c21d5 + 4fae823 commit 5539f19

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
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.
4-
5-
64
ms.topic: conceptual
7-
ms.date: 02/24/2020
5+
ms.date: 03/20/2020
86
---
97

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

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

Lines changed: 3 additions & 3 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: 02/10/2020
8+
ms.date: 03/20/2020
99
ms.author: tomfitz
1010
ms.custom: include file
1111
---
@@ -16,10 +16,10 @@
1616
| [Coadministrators](../articles/cost-management-billing/manage/add-change-subscription-administrator.md) per subscription |Unlimited. |Unlimited. |
1717
| [Resource groups](../articles/azure-resource-manager/management/overview.md) per subscription |980 |980 |
1818
| Azure Resource Manager API request size |4,194,304 bytes. |4,194,304 bytes. |
19-
| Tags per subscription<sup>1</sup> |Unlimited. |Unlimited. |
19+
| Tags per subscription<sup>1</sup> |50 |50 |
2020
| Unique tag calculations per subscription<sup>1</sup> | 10,000 | 10,000 |
2121
| [Subscription-level deployments](../articles/azure-resource-manager/templates/deploy-to-subscription.md) per location | 800<sup>2</sup> | 800 |
2222

23-
<sup>1</sup>You can apply an unlimited number of tags per 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 10,000 or less. You still can find a resource by tag when the number exceeds 10,000.
23+
<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 10,000 or less. You still can find a resource by tag when the number exceeds 10,000.
2424

2525
<sup>2</sup>If you reach the limit of 800 deployments, delete deployments from the history that are no longer needed. To delete subscription level deployments, use [Remove-AzDeployment](/powershell/module/az.resources/Remove-AzDeployment) or [az deployment delete](/cli/azure/deployment?view=azure-cli-latest#az-deployment-delete).

0 commit comments

Comments
 (0)