-
Notifications
You must be signed in to change notification settings - Fork 155
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
Verify subscription quotas are sufficient prior to deployment #970
Comments
Reference from a meeting: https://www.powershellbros.com/get-azure-subscription-quota-limits-using-powershell/ |
Ran into this today where I had to go in and alter Service Plan Sku from Premium v3 to v2 in /templates/core/terraform/api-webapp/api-webapp.tf due to subscription limits. Verification before deployment would be really useful |
@nicolalgallacher looks like the SKU isn't valid for some of the features being used. What did you change it to? @SvenAelterman @iBoonz are you able to help @nicolalgallacher with what the appropriate SKUs settings are for a Premium v2 app service plan? Thanks. |
I had to change it to standard due to limitations on my subscription, wouldn't allow for Premium SKUs unfortunately, Cheers Nicola
|
Premium is needed for the network integration features. Might have to put in a support request to get a quota increase. Very surprised neither premium SKU works. |
Hello, I changed to Premium V2 LRS but it has the error "Block blobs not supported". Could you suggest an option with which I can deploy using my trial subscription? Thank you |
Are you referring to the storage account? You shouldn't change that. The discussion above is about the App Service Plan. |
I am sorry I got it wrong |
@marrobi @nicolalgallacher @SvenAelterman |
Describe the solution you'd like
Some Azure subscriptions have restricted quota. It would be good to know if my subscription has sufficient quota before deployment starts.
The text was updated successfully, but these errors were encountered: