A community member has associated this post with a similar question:
The subscription is not allowed to create or update the serverfarm

Only moderators can edit this content.

Cannot create web app service due to subscription permission

Octu Tech 0 Reputation points
2024-04-24T09:49:46.5333333+00:00

Hey guys,

we are facing problems with Azure web app creation. The error message we are getting is:

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

Every resource is in the same region. Subscription plan is "AzurePlan".

Any help would be appreciated.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,914 questions
{count} votes