Skip to content
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

Open
marrobi opened this issue Oct 1, 2021 · 11 comments
Open

Verify subscription quotas are sufficient prior to deployment #970

marrobi opened this issue Oct 1, 2021 · 11 comments
Labels

Comments

@marrobi
Copy link
Member

marrobi commented Oct 1, 2021

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.

@marrobi marrobi added the feature label Oct 1, 2021
@marrobi marrobi added this to the Backlog milestone Oct 1, 2021
@SvenAelterman
Copy link
Collaborator

@marrobi marrobi changed the title Verify subscription quotas are sufficient prior to deployment Verify subscription quotas are sufficient prior to deployment and allow adjustment of SKUs. Nov 29, 2021
@nicolalgallacher
Copy link

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
Copy link

has a knock on effect to the rest of the app service inputs as well
image

@marrobi
Copy link
Member Author

marrobi commented Nov 29, 2021

@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.

@nicolalgallacher
Copy link

nicolalgallacher commented Nov 29, 2021 via email

@marrobi
Copy link
Member Author

marrobi commented Nov 29, 2021

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.

@vidit2011998
Copy link

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

@SvenAelterman
Copy link
Collaborator

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?

Are you referring to the storage account? You shouldn't change that. The discussion above is about the App Service Plan.

@vidit2011998
Copy link

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?

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

@vidit2011998
Copy link

vidit2011998 commented Feb 22, 2022

@marrobi @nicolalgallacher @SvenAelterman
Try making these changes in variables.tf file. It worked for me.
Also, changing the region to centralus is a must as it has no restrictions.
Screenshot 2022-02-22 at 1 05 38 PM

@marrobi marrobi changed the title Verify subscription quotas are sufficient prior to deployment and allow adjustment of SKUs. Verify subscription quotas are sufficient prior to deployment Aug 3, 2022
@marrobi
Copy link
Member Author

marrobi commented Aug 3, 2022

PR #2405 adds more customization options, app service plan SKUs have already been added as variables.

This issue should now focus on checking availability prior to deployment, if that is possible.

Also consider #1632 .

@marrobi marrobi removed this from the Backlog milestone Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

4 participants