Share via

Error while creating Function App - "The subscription <id> is not allowed to create or update the serverfarm."

SM 25 Reputation points
2024-02-22T09:40:58.96+00:00

While trying to create a Azure Function App with Python runtime in East US region, I get the following error.

{
    "status": "Failed",
    "error": {
        "code": "Forbidden",
        "message": "The subscription <id> is not allowed to create or update the serverfarm.",
        "details": [
            {
                "message": "The subscription <id> is not allowed to create or update the serverfarm."
            },
            {
                "code": "Forbidden"
            },
            {}
        ]
    }
}

Deployment correlation ID : 'c69fbc79-0fd7-495f-9b79-8ff2baa5e006' I have also tried to create the Function App through VS Code, but I get the same error there too. Please note that my subscription status is 'Active', usage is within the allowed quota and I am able to create other resources.

Azure Functions
Azure Functions

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


Answer accepted by question author

JananiRamesh-MSFT 29,446 Reputation points Moderator
2024-02-26T18:28:05.5333333+00:00

@SM Thanks for your patience! Issue has been fixed from backend for your subscription could you please retry the operation.

Do let me know incase of further queries, I would be happy to assist you.

For community: If you are seeing the issue "The subscription is not allowed to create or update the serverfarm" -If you haven't done retried, please retry creating the resource again.

If the issue continues to persist, for a detailed investigation, we request you to create a support ticket.  Please create a support ticket for an immediate and focused assistance. 

Please accept as Yes if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.

Was this answer helpful?


0 additional answers

Sort by: Most 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.