Share via

Error message "This region has quota of 1 instances for your subscription. Try selecting different region or SKU." when building initial web app

YAU NICHOLAS HENG WAH 25 Reputation points
2024-02-25T03:41:31.1966667+00:00

Hi, I am following the instructions in the module "Develop and configure an ASP.NET application that queries an Azure SQL database" and building an initial web app. However, I received an error message saying "This region has quota of 1 instances for your subscription. Try selecting different region or SKU." instead of an App_url with the URL of the web site. What did I do wrong? Can anyone help me? Thanks in advance. Here's a screenshot of the error message: Screenshot 2024-02-24 103823

Azure | Azure Training

Answer accepted by question author

TP 156.8K Reputation points Volunteer Moderator
2024-02-25T04:49:13.5533333+00:00

Hi,

Please try to deploy to eastus region instead. You would use command similar to below:

az webapp up -g learn-c4ec4e4e-c4f3-4a9a-ac90-052a71a15fef -l eastus --sku F1 -n educationapp-6113 --os Linux

Please click Accept Answer and upvote if the above was helpful.

Thanks.

-TP

Was this answer helpful?

3 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.