Skip to content

Files

Latest commit

 

History

History
34 lines (29 loc) · 1.87 KB

azure-resource-groups-limits.md

File metadata and controls

34 lines (29 loc) · 1.87 KB
author ms.service ms.topic ms.date ms.author
rothja
billing
include
11/09/2018
jroth
Resource Default Limit Maximum Limit
Resources per resource group (per resource type) 800 Varies per resource type
Deployments per resource group in the deployment history 800 800
Resources per deployment 800 800
Management Locks (per unique scope) 20 20
Number of Tags (per resource or resource group) 15 15
Tag key length 512 512
Tag value length 256 256

Template limits

Value Default Limit Maximum Limit
Parameters 256 256
Variables 256 256
Resources (including copy count) 800 800
Outputs 64 64
Template expression 24,576 chars 24,576 chars
Resources in exported templates 200 200
Template size 1 MB 1 MB
Parameter file size 64 KB 64 KB

You can exceed some template limits by using a nested template. For more information, see Using linked templates when deploying Azure resources. To reduce the number of parameters, variables, or outputs, you can combine several values into an object. For more information, see Objects as parameters.

If you reach the limit of 800 deployments per resource group, delete deployments from the history that are no longer needed. You can delete entries from the history with az group deployment delete for Azure CLI, or Remove-AzureRmResourceGroupDeployment in PowerShell. Deleting an entry from the deployment history does not affect the deploy resources.