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

Jess Chen 96 Reputation points
2023-06-06T08:14:58.3+00:00

Here are <production AD> and <C project AD>.

We can create P1V3 in Japan West in <production AD>, but we failed in Japan West in <C project AD>.

Here is the error message.

Validation failed for a resource. Check 'Error.Details[0]' for more information.","details":[{"code":"SubscriptionIsOverQuotaForSku","message":"This region has quota of 0 instances for your subscription. Try selecting different region or SKU."}]}],"message":"The template deployment 'Microsoft.Web-WebApp-Portal-441fe4f5-9fb9' is not valid according to the validation procedure. The tracking id is '2dd18bbd-57a9-47f8-8462-f5abe4ec7eb6'. See inner errors for details.

I have used this command to check two AD subscriptions, the result is the same.

$ az appservice list-locations --sku P1V3 --subscription xxxxx  | grep Japan
"name": "Japan East"

Question:

  1. How can I check the limitation?
  2. Why do two ADs have these differences?
  3. How can I create P1V3 in Japan West in <C project AD>?
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,070 questions
{count} vote

3 answers

Sort by: Most helpful
  1. J Chen 0 Reputation points
    2023-11-08T08:48:01.8733333+00:00

    maybe you should upgrade to pay as you go plan


  2. GANESH NITTA 0 Reputation points
    2024-01-01T16:13:29.1833333+00:00

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

    while deploying from vs code getting the above error

    0 comments No comments

  3. chathura urapola 0 Reputation points
    2024-05-20T01:56:50.7633333+00:00

    Update the Azure subscription pay as you go plan It will come in the configuration section

    0 comments No comments