Bad gateway error when creating azure app service

Ozdenur Eraslan Bali 40 Reputation points
2024-04-18T13:28:40.0566667+00:00

Hello there,

I am getting a bad gateway error when creating an azure app service. The content of the error is below. How can I solve it?

{
    "status": "Failed",
    "error": {
        "code": "Forbidden",
        "message": "The subscription 'e132ed11-57a2-443f-88f8-98730430328d' is not allowed to create or update the serverfarm.",
        "details": [
            {
                "message": "The subscription 'e132ed11-57a2-443f-88f8-98730430328d' 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,899 questions
{count} votes

Accepted answer
  1. Alex Burlachenko 810 Reputation points
    2024-04-18T13:51:33.8966667+00:00

    The error message indicates that your Azure subscription is not allowed to create or update the server farm. This could be due to a variety of reasons such as insufficient permissions, exceeding quota limits, or other restrictions on the subscription.


0 additional answers

Sort by: Most helpful