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.
Bad gateway error when creating azure app service
Ozdenur Eraslan Bali
45
Reputation points
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.
Answer accepted by question author
-
Alex Burlachenko 18,990 Reputation points Volunteer Moderator2024-04-18T13:51:33.8966667+00:00