Today I skimmed over the Azure subscription and service limits, quotas, and constraints. Then I noticed there is a limit for deployments in a resource group of Azure Resource Manager. The default limit, as well as the maximum limit, is 800 deployments per resource group.
Does this mean I can run 800 deployments within the lifetime of a resource group and after I reached this limit this resource group cannot run any deployments? Or is this limit related to concurrent runs of deployments and addresses platform scalability aspects?