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.

Can't create webapp - subscription not allowed to create or update the serverfarm

Josh 0 Reputation points
2024-04-23T21:59:41.2266667+00:00

Hi,

I'm trying to create a simple webapp that uses container to run, nothing complicated, I even leave most settings as default and during deployment I get:

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

The message is for resource type Microsoft.Web/serverfarms during deployment and its deployment status is BadGateway

I currently have a free account and don't want to pay 29$ for support just for this. Please help

Thanks in advance

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