Cannot create Free or Basic App Service Plan in Azure - how do I adjust quotas

Aaron Heck 20 Reputation points
2025-05-18T19:12:49.31+00:00

I am trying to create a free or basic App Service in East US or East US2. I am on a pay as you go plan. I have absolutely done this in the past.

Currently, when I try to manually create a Free/Basic/Standard ASP, I get the message below. I appear to be able to create a Premium Plan ASP which is way overkill for my testing.

I cannot find ASP in the quota section of my Subscription, so I have no idea how to request an increate to 1.

{"code":"InvalidTemplateDeployment","message":"The template deployment 'Microsoft.Web-ASP-Portal-78bbbd35-a7c8' is not valid according to the validation procedure. The tracking id is '83358b65-81b4-4bbb-ae83-88e4e6c3f241'. See inner errors for details.","details":[{"code":"ValidationForResourceFailed","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."}]}]}
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,961 questions
{count} votes

Accepted answer
  1. Prabhavathi Manchala 2,465 Reputation points Microsoft External Staff Moderator
    2025-05-21T01:09:59.1066667+00:00

    Hi Aaron Heck,

    I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this!

    Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.

    Issue:

    Cannot create Free or Basic App Service Plan in Azure - how do I adjust quotas

    Solution:

    after seeing some responses to my question on Reddit, I believe this is actually a resource limit reached within the region and nothing to do with a quota in my particular subscription.

    Someone had suggested that once my region reached the max number of instances for a resource, no more are allowed. Unfortunately, the error message that MS provide is a bit misleading and talks about subscription quotas.

    To test this theory, I tried to create a free App Service Plan and was able to create it successfully and I have not adjusted any quotas for my subscription.

    Hopefully MS can improve this error message to say the resource issue is region specific and to try another region or try again later when resources are opened up. I do not believe altering quotes on my subscription would have fixed anything.

    Please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Divyesh Govaerdhanan 6,400 Reputation points
    2025-05-18T22:59:33.7966667+00:00

    Hello,

    Welcome to Microsoft Q&A,

    This is attributed to specific regional quotas or capacity constraints.

    Go to Usage + quotas to review your current resource limits and usage.

    Find the quota for the desired resource in your region, you’ll need to request an increase.

    To request an increase, see: https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-resource-quota

    You may need to create a quota request

    Please let us know if any further questions

    Please Upvote and accept the answer if it helps!!

    0 comments No comments

  2. Aaron Heck 20 Reputation points
    2025-05-20T17:34:11.71+00:00

    Hi, after seeing some responses to my question on Reddit, I believe this is actually a resource limit reached within the region and nothing to do with a quota in my particular subscription.

    Someone had suggested that once my region reached the max number of instances for a resource, no more are allowed. Unfortunately, the error message that MS provide is a bit misleading and talks about subscription quotas.

    To test this theory, I tried to create a free App Service Plan and was able to create it successfully and I have not adjusted any quotas for my subscription.

    Hopefully MS can improve this error message to say the resource issue is region specific and to try another region or try again later when resources are opened up. I do not believe altering quotes on my subscription would have fixed anything.

    0 comments No comments

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.