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.

Resource Creation Failed - App Service Plan, Web App, etc

KEMS KEMS 0 Reputation points
2024-04-25T05:46:44.86+00:00
I cannot create WebApp, or App Service Plan, just getting below error.
I tried with several recommendations, such as
sync Country-Location of App Service Plan to Resource-Group, etc. But all of them failed with the same error.
I could make Resource-Group, but cannot others. I created SQL Database a week ago.

{
    "status": "Failed",
    "error": {
        "code": "Forbidden",
        "message": "The subscription '8ec4e62d-715c-4c9c-8b15-b16a053f6bdd' is not allowed to create or update the serverfarm.",
        "details": [
            {
                "message": "The subscription '8ec4e62d-715c-4c9c-8b15-b16a053f6bdd' is not allowed to create or update the serverfarm."
            },
            {
                "code": "Forbidden"
            },
            {}
        ]
    }
}
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,908 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,366 Reputation points
    2024-04-25T06:50:53.0033333+00:00

    @KEMS KEMS Thanks for reaching here as suggested here- https://learn.microsoft.com/en-us/answers/questions/1657059/the-subscription-is-not-allowed-to-create-or-updat, try the following:

    • Retry to provision the App Service after a few hours
    • If your requirement fits, try deploying in a different region.
    • If you continue to receive this error, please raise a a support ticket for a closer investigation.

    Users with a similar issue, resolved with the suggestions provided.

    0 comments No comments