Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I am getting a bad gateway error when creating an azure function. How can I solve it?
{
"status": "Failed",
"error": {
"code": "Forbidden",
"message": "The subscription '73dc6b7f-5b01-4e6c-a7d5-68c5e4c3c86f' is not allowed to create or update the serverfarm.",
"details": [
{
"message": "The subscription '73dc6b7f-5b01-4e6c-a7d5-68c5e4c3c86f' is not allowed to create or update the serverfarm."
},
{
"code": "Forbidden"
},
{}
]
}
}
Hi @mert akyıldız,
Thanks for providing the error message details. Based off the error message, the prudent course of action is to raise a support ticket so we can work more closely with you to correct the issue.
If you happen to be leveraging a non pay-as-you-go offer, example Azure Students for Starter subscription, you may leverage the Free Tier on App Service (Windows or Linux), depending on your requirement.