I am getting an error when trying to create a Function App

Ethan Garza 0 Reputation points
2023-10-22T03:55:02.0633333+00:00

I am getting the error "This region has quota of 0 instances for your subscription. Try selecting a different region or SKU." please let me know how to fix this if it is fixable.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,085 questions
{count} votes

1 answer

Sort by: Most helpful
  1. navba-MSFT 24,905 Reputation points Microsoft Employee
    2023-10-23T05:29:31.8033333+00:00

    @Anonymous Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    I understand that you are getting an error message This region has quota of 0 instances for your subscription. Try selecting a different region or SKU while trying to create a Function App.

    Firstly, apologies for the inconvenience due to this issue. This error message indicates that the region you have selected has reached its quota limit for your subscription.

    If this is an App Service Plan then it would be a good idea to check on App Service Plans - List Locations by running the below AzCLI command.*

    > az appservice list-locations --sku P1V3
    **
    More Info
    **here
    .***

    The AppService Plan subscription limits have been clearly mentioned in this documentation. If you want to increase the quota limits, you need to raise a support ticket with Microsoft.

    Checking Subscription level quota limits:
    Open the Azure Portal and then select the concerned Subscription.
    You should see a Usage + quotas tab. You will then need to look for the resource type and region to see what you have allocated. You can also apply for the region level filter if you have set any.
    User's image

    However, currently there's no customer facing API to check their instances available in the regions.

    Quick Workaround:
    You can try changing the function app plan or the function app region and try the deployment again.

    Hope this helps.

    **
    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    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.