How to Fix Region Quota Error

Kim Bradshaw 0 Reputation points
2024-08-20T19:41:58.8+00:00

Stepping through "Exercise: Create a static HTML web app by using Azure Cloud Shell". When I get to creating the web app with "az webapp up" command, I get the following error message: "This region has quota of 1 instances for your subscription. Try selecting different region or SKU."

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,470 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AmaranS 5,785 Reputation points Microsoft Vendor
    2024-08-21T03:37:42.12+00:00

    Hi Kim Bradshaw,

    Welcome to the Microsoft Q&A platform.

    You will receive this error when you exceed the limit of cores for a region. You need to raise a support ticket to increase the limit of the number of cores for a West Europe region.

    Cause: Quotas are applied per resource group, subscriptions, accounts, and other scopes. For example, your subscription may be configured to limit the number of cores for a region. If you attempt to deploy a virtual machine with more cores than the permitted amount, you receive an error stating the quota has been exceeded.

    Solution: To request a quota increase, go to the portal and file a support issue. In the support issue, request an increase in your quota for the region into which you want to create the VMs.

    How to check Usage + Quotas for your subscription?

    Select your subscription => Under Settings => Usage + quotas => Use filter to select "Standard F" & "West Europe" => Check usage of Total Regional vCPUs => If the usage is full, you need to click on Request Increase to increase the limit of cores in the region.

    User's image

    To request a quota increase, go to the portal and file a support issue. In the support issue, request an increase in your quota for the region into which you want to deploy.

    User's image

    Reference: Resolve errors for resource quotas

    If you find this information helpful, kindly acknowledge by upvoting and accepting the answer. If you encounter any further issues, please provide screenshots of the errors for further assistance


Your answer

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