You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"code": "InvalidTemplateDeployment", "message": "The template deployment 'cluster-stamp' is not valid according to the validation procedure. The tracking id is 'ab597510-5dcb-4007-beb7-e762315f0f50'. See inner errors for details."}
Inner Errors:
{"code": "QuotaExceeded", "message": "Provisioning of resource(s) for container service aks-53yrpapt3w4e6 in resource group rg-bu0001a0008 failed. Message: Provisioning of resource(s) for container service aks-53yrpapt3w4e6 in resource group rg-bu0001a0008 failed. Message: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: eastus2, Current Limit: 10, Current Usage: 0, Additional Required: 14, (Minimum) New Limit Required: 14.
How am I supposed to use this solution immediately, without having to request and wait for a quota increase?
The text was updated successfully, but these errors were encountered:
Sorry to hear you have limited quota in your subscription. We have toyed with the idea of building a query that you execute up front to try to test if you have enough quota, to help ward off any surprises like this. It would then be part of the pre-reqs to make sure you have enough quota to complete the steps.
For example, we do know that free/MSDN/etc style accounts usually have quota limits that do not work with this deployment, and as a result we call that out explicitly in the pre-reqs.
If you'd like to contribute by building out that query, that would be awesome. It doesn't even need to be ALL resources to start. Any checks are better than none probably. I'll leave this in the backlog as a "good first issue" -- but I don't think we'll be taking this on directly on our team.
I ran into the same quota issue in both my personal and work Azure subscriptions. I have a copy of the azure cli commands we ran to check quota limits for the target sizes in my work notes. This might be a good candidate for me to contribute.
How am I supposed to use this solution immediately, without having to request and wait for a quota increase?
The text was updated successfully, but these errors were encountered: