BadGateway to create app plan

JOAO ROSSI 30 Reputation points
2024-04-15T13:00:26.7+00:00

I'm facing a problem when I'm trying to create App Service.

I Don't know the reason.

Could you help-me?

{
    "status": "Failed",
    "error": {
        "code": "Forbidden",
        "message": "The subscription 'fe300db3-3174-453f-988f-397241cc5646' is not allowed to create or update the serverfarm.",
        "details": [
            {
                "message": "The subscription 'fe300db3-3174-453f-988f-397241cc5646' 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,984 questions
0 comments No comments
{count} votes

Accepted answer
  1. Patchfox 3,786 Reputation points
    2024-04-15T17:22:25.9233333+00:00

    Hi JOAO ROSSI first of all, sorry that you had to make these experiences at the beginning with Azure.

    But I want to help you now, to solve your problem.

    I understand that you created several Azure subscriptions (free, pay.. ) but none of these works to create an AppServePlan, right?

    Could you please check the following things, first:

    1.) Is your app service created in the same region as your service plan? It has to be the same region, here

    2.) Please check if you have already the necessary permissions to do this action.

    More info here: https://learn.microsoft.com/en-us/azure/app-service/app-service-plan-manage

    3.) Check if you have reached a specific quota limit in this case. Search for app service here

    https://learn.microsoft.com/en-us/azure/quotas/view-quotas

    Additionally, you can try this "Quickstart" of Microsoft to deploy an ASP.NET app. Follow the step-by-step guide and in the worst case, tell us later at which point of the guide you got the error (send us the exact error message as well)


    If the reply was helpful, please don’t forget to upvote or accept it as an answer, thank you!

    0 comments No comments

0 additional answers

Sort by: Most helpful