Azure App Service Environment Quota

Sydney Beck 0 Reputation points
2024-10-21T14:16:34.3766667+00:00

When I try to deploy a function app (EP1), app service environment (I1v2), or app service plans in the portal, with the CLI or terraform, I get the error 'This region has a quota of 0 instances for your subscription. Try selecting different region or SKU.' But I can't find the quota for these resources, and I know they are available in East US. We have the Web resource provider registered and our ASE and RG are in East US.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
704 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
238 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,960 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
990 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 18,691 Reputation points MVP
    2024-10-21T16:57:58.0766667+00:00

    Hi @Sydney Beck

    It looks like, the resources are not registered in the region you are trying to deploy to use the quota.

    You can register the resource from the below screen in your subscription: Search for the resource something like shown below for 'Microsoft Compute' and register it to see that it's being registered. You can try the deployment again after the resources being found registered

    Also see the Microsoft documentation here: Azure resource providers and types

    User's image

    Hope this helps.


    --please don't forget to upvote and Accept as answer if the reply is helpful--


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.