Unable to deploy azure function app - is not allowed to create or update the serverfarm

Jeroen Pot 100 Reputation points
2025-05-04T01:14:57.94+00:00

The function app deployment errors out with the error below. I found this relevant threat, but was unable to find a solution.

https://learn.microsoft.com/en-us/answers/questions/1657059/the-subscription-is-not-allowed-to-create-or-updat

{
    "status": "Failed",
    "error": {
        "code": "Forbidden",
        "message": "The subscription '21f8772b-f3e8-4d74-bba0-88d90bb301d1' is not allowed to create or update the serverfarm.",
        "details": [
            {
                "message": "The subscription '21f8772b-f3e8-4d74-bba0-88d90bb301d1' is not allowed to create or update the serverfarm."
            },
            {
                "code": "Forbidden"
            },
            {}
        ]
    }
}
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
0 comments No comments
{count} votes