Share via

Unable to create Web app due to quota issue

sreelekshmi shaji 21 Reputation points Microsoft Employee
2026-05-20T12:25:22.3266667+00:00

{

"code": "InvalidTemplateDeployment",

"message": "The template deployment 'Microsoft.Web-WebAppDatabase-Portal-7d913495-9a66' is not valid according to the validation procedure. The following resource provider(s) - 'Microsoft.Web/serverFarms (2024-11-01)' reported preflight validation errors. Tracking id is '64bf906a-2769-4e80-8ec5-3f0308fb0fda'. See inner errors for details.",

"details": [

{

  "code": "ValidationForResourceFailed",

  "message": "Validation failed for a resource. Check 'Error.Details[0]' for more information.",

  "details": [

    {

      "code": "InternalSubscriptionIsOverQuotaForSku",

      "message": "Operation cannot be completed without additional quota. See https://aka.ms/antquotahelp for instructions on requesting limit increases. \r\nAdditional details - Location:  \r\nCurrent Limit (Total VMs): 0 \r\nCurrent Usage: 0\r\nAmount required for this deployment (Total VMs): 1 \r\n(Minimum) New Limit that you should request to enable this deployment: 1. \r\nNote that if you experience multiple scaling operations failing (in addition to this one) and need to accommodate the aggregate quota requirements of these operations, you will need to request a higher quota limit than the one currently displayed."

    }

  ]

}
```  ]

}
Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

Answer accepted by question author

Golla Venkata Pavani 6,085 Reputation points Microsoft External Staff Moderator
2026-05-20T12:44:09.6033333+00:00

Hi @sreelekshmi shaji ,

Thank you for reaching us regarding the issue. We will reach out you via teams shortly.

Your Web App deployment is failing with error "InternalSubscriptionIsOverQuotaForSku" because your Azure subscription currently has 0 quota for App Service resources (specifically Total VMs / the chosen SKU) in the target region. This is a common situation with new or certain subscriptions.

Request App Service Quota Increase (Recommended by Microsoft)

Please follow these steps to increase your quota:

  1. Open the Azure Portal and go directly to the Quotas page using this link: Quotas - Microsoft Azure
  2. Click on App Service (Public Preview).
    User's image
  3. At the top, click the Region filter and select the region where you are trying to create the Web App (e.g., East US, Central India, etc.).
  4. At the bottom, you will see the list of available App Service quotas and current usage.
  5. On the right side, click the pencil / person icon next to the quota you need.
    • Example: F1 VMs (if using Free tier)
    • B1 VMs (Basic tier)
    • P0v4 or appropriate Premium SKU, etc.
  6. In the New Quota Request panel that opens on the right, enter the desired new limit (e.g., 1 or 5) and click Submit.

Once your request is approved (usually within a few minutes to a few hours for small increases), go back and retry creating your Web App.
Reference:
https://techcommunity.microsoft.com/blog/appsonazureblog/announcing-the-public-preview-of-the-new-app-service-quota-self-service-experien/4450415

Kindly let us know if the above helps or you need further assistance on this issue.

Please "accept" if the information helped you. This will help us and others in the community as well.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. TP 157.5K Reputation points Volunteer Moderator
    2026-05-20T12:35:26.6066667+00:00

    Hi,

    Please follow instructions below to see if you can increase your subscription's App Service quota.

    In Azure portal, please navigate to Quotas using link below:

    https://portal.azure.com/#view/Microsoft_Azure_Capacity/QuotaMenuBlade/~/overview

    Next, please click on App Service (Public Preview).

    User's image

    At the top, click on the Region filter, change it so that the region you want (e.g. East US) is selected.

    At the bottom you should see your current App Service quotas and usage. On right, click on pencil (or person) icon next to the quota you would like to increase, for example, F1 VMs if you would like Free SKU, P0v4 for Premium P0v4, etc. Fill out the details on New Quota Request panel on right and click Submit.

    Assuming your request is approved you can try deploying your app service again.

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

    Thanks.

    -TP

    Was this answer 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.