-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quota error #30
Comments
Looks like you are out of Quota, @eliassal. The deployment requires 18 cores but you only have 10 available in FranceCentral in your subscription. You'll need to 1) modify the template to use less cores or 2) increase your quota in that subscription for that region or 3) choose another region that has enough quota. |
Should be impossible to get the exact same error as the "Additional Required: 18" would have needed to change if you changed SKUs. Since there are six VMs, and a quota of 10 on your subscription, you would need to choose a single core VM, because 6 x 2 = 12 which is > 10 still. You could do a dual core SKU with one less VM in each VMSS alternatively. |
Hi @ckittel I did changed to 1 core, 1st run failed for an issue of outloadbalancer (a lot of items were created PIP, log space, app gateway). I deleted the RG and then rerun the deploy command but it stops after creating log-francecentral with the following error 👍
|
I am getting an error when I try to run the
az deployment group create -g rg-iaas -f infra-as-code/bicep/main.bicep -p location............................................................
Whis is supporting this and who can help? Thanks in advance
Originally posted by @eliassal in mspnp/cloud-design-patterns#117 (comment)
The text was updated successfully, but these errors were encountered: