vscode-azureappservice icon indicating copy to clipboard operation
vscode-azureappservice copied to clipboard

This region has quota of 0 instances for your subscription. Try selecting different region or SKU.

Open mubranch opened this issue 2 years ago • 13 comments
trafficstars

When deploying a flask application in vscode via the Resources panel > Click '+' > Select static Web apps workflow show in this quickstart here: Python Flask Quickstart. I receive the error This region has quota of 0 instances for your subscription. Try selecting different region or SKU.

Screenshot:

Screenshot 2023-03-30 at 1 22 51 PM

In the portal activity log JSON for the failed resource update I see:

Screenshot 2023-03-30 at 1 27 37 PM

To circumvent this issue while still leveraging the VSCode extension. I leverage this workflow: Resources > Right click 'App Service' under my subscription title > Select 'Create new web app (advanced)' and manually set the region to EastUS.

Error repro'd with: Subscription type: Personal Pricing Tier: Free and Basic

mubranch avatar Mar 30 '23 19:03 mubranch