Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,336 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm creating a function and I keep getting the error listed below on a bad gateway.
It seems this is an error since April 2024 and still no viable solution.
The only solution is to open a ticket, which doesn't work if you're on a free plan trying to learn how to use Azure.
AWS products would not have this issue.
{
"status": "Failed",
"error": {
"code": "Forbidden",
"message": "The subscription '*53bb' is not allowed to create or update the serverfarm.",
"details": [
{
"message": "The subscription '*53bb' is not allowed to create or update the serverfarm."
},
{
"code": "Forbidden"
},
{}
]
}
}
Hello Kevin O
I hope that helps you to resolve the issue
This could be a transient issue on the Azure platform, As per the similar issue was resolved by referring the solution below:
Another reason is quota problem that can only be fixed by the Azure engineering team case-by-case
https://stackoverflow.com/questions/78193881/azure-resource-creation-issue-the-subscription-is-not-allowed-to-create-or-up
https://learn.microsoft.com/en-us/answers/questions/1527674/the-subscription-is-not-allowed-to-create-or-updat