is not allowed to create or update the serverfarm

Danilo Sousa de Oliveira 0 Reputation points
2024-05-19T03:04:09.0233333+00:00

Ola pessoal, estou tentando criar um servico de aplicativo, porem náo consigo e sempre da o erro abaixo. alguem pode me ajudar? Hi guys, I'm trying to create an application service, but I can't and it always gives the error below. Can someone help me?

{
    "status": "Failed",
    "error": {
        "code": "Forbidden",
        "message": "The subscription 'ef738048-391d-4541-ae0e-31f41766e562' is not allowed to create or update the serverfarm.",
        "details": [
            {
                "message": "The subscription 'ef738048-391d-4541-ae0e-31f41766e562' 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.
7,070 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 19,186 Reputation points
    2024-05-20T08:01:05.16+00:00

    @Danilo Sousa de Oliveira Thanks for asking question!

    As VenkateshDodda-MSFT suggested here, try the following:

    • Retry to provision the App Service after a few hours.
    • If your requirement fits, try deploying in a different region.
    • (updated) Use the Free Tier to get started.  
    • 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.

    We appreciate your patience and understanding!

    Edited: Adding more info:

    If you are leveraging a non pay-as-you-go offer, example Azure Students for Starter subscription, you may leverage the Free Tier on App Service (Windows or Linux), depending on your requirement. 

    0 comments No comments