0
votes

I am writing an program where we create resources in resource group under a subscription using azure management API's. If i exhaust the limit of number of resources created in resource group then what will be the response and error code in this case?

1

1 Answers

0
votes

During deployment, you receive an error stating that the current deployment will exceed the quota of 800 deployments.

Each resource group is limited to 800 deployments in its deployment history. This article describes the error you receive when a deployment fails because it would exceed the allowed 800 deployments.