Share via

ServerFarmCreationNotAllowed Error When Creating Function App

재익 이 0 Reputation points
2026-02-09T04:30:53.49+00:00

Encountering the error ServerFarmCreationNotAllowed while attempting to create a Function App. Below are the steps validated and attempts made to resolve the issue:

  • The user has been assigned as the subscription owner.
  • Subscription plan: Azure Plan, with an initial application for $200 in credits.
  • Confirmed that the Microsoft.Web provider is registered.
  • Reviewed the subscription policies (ASC Default) but did not find any blockers for Microsoft.Web, server farms, or the creation of app services or function apps. There may still be a misunderstanding regarding the policies.
  • Attempted to create the function in different regions.
Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

{count} votes

2 answers

Sort by: Most helpful
  1. Praveen Kumar Gudipudi 1,880 Reputation points Microsoft External Staff Moderator
    2026-02-13T08:04:23.25+00:00

    Hello 재익 이,

    Issue: ServerFarmCreationNotAllowed Error When Creating Function App
    **
    Root cause:** The ServerFarmCreationNotAllowed error typically occurs when the subscription type(quota) or policy restrictions prevent creation of an App Service Plan (server farm) required by an Azure Function App.

    Resolution:
    Upgrade the subscription to Pay-As-You-Go or deploy the Function App using the Consumption plan.

    Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.

    0 comments No comments

  2. Q&A Assist
    2026-02-09T04:31:01.7466667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The ServerFarmCreationNotAllowed error typically indicates that there are restrictions on creating new server farms (App Service Plans) in your current subscription or resource group. Here are some steps you can take to troubleshoot and potentially resolve this issue:

    1. Check Subscription Limits: Ensure that your subscription type allows for the creation of new App Service Plans. Some subscriptions may have limitations on the number of resources that can be created.
    2. Resource Group Policies: Even if you have reviewed the subscription policies, double-check if there are any specific policies applied to the resource group where you are trying to create the Function App. Sometimes, policies can restrict the creation of certain resources.
    3. Region Availability: Since you mentioned trying different regions, ensure that the region you are attempting to create the Function App in supports the required App Service Plan type. Some regions may have restrictions on specific SKUs.
    4. Contact Support: If the issue persists, consider reaching out to Azure support for assistance. They can provide more detailed insights into your subscription and any specific limitations that may apply.
    5. Create in a New Resource Group: As a workaround, you might want to try creating the Function App in a new resource group to see if that resolves the issue, as different resource groups may have different policies or limits.

    By following these steps, you should be able to identify the cause of the ServerFarmCreationNotAllowed error and take appropriate action to resolve it.


    References:

    0 comments No comments

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.