Azure / deployment-environments

Sample infrastructure-as-code templates to get started with Azure Deployment Environments service.
MIT License
67 stars 210 forks source link

Deployment monthly usage has exceeded the limit error when deploying environment #17

Closed olhakonst17 closed 11 months ago

olhakonst17 commented 1 year ago

When running az devcenter dev environment create command within CICD Github Actions pipeline we started getting the next error:

Screenshot 2023-05-26 at 7 42 40 PM

We don't see any other quotas, that can be found in the portal, exceeded their limit in our subscription.

Could you please advice is there are any quotas on ADE deployments? If so, how it can be found and how a new quota request can be created? As per message we thought that with beginning of the month this error may gone, but we still get it.

Please let me know if more details are needed.

varshagangu9 commented 1 year ago

Hi @olhakonst17 , Here are the default limits for Azure Deployment Environments - https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#azure-deployment-environments-limits

Can you please share the subscriptionID of the project? I can raise the limits.

olhakonst17 commented 1 year ago

Thanks for the documentation link @varshagangu9! Does the monthly limit reset on the 1st day of the month or there are some other rules for it?

Here is the subscriptionID: f75f6327-8759-4b37-87d4-b44bb79ba52b. Thank you!

olegoid commented 1 year ago

Hi @olhakonst17! I just ran a quota update for the subscription that you mentioned. Let us know if things are working on your end.

olhakonst17 commented 1 year ago

Thanks @olegoid, works on our end!