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"
},
{}
]
}
}