Bad gateway error when creating azure function

mert akyıldız 0 Reputation points
2024-08-12T16:34:49.71+00:00

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"
            },
            {}
        ]
    }
}
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2024-08-14T01:02:21.8833333+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.