A community member has associated this post with a similar question:
The subscription is not allowed to create or update the serverfarm

Only moderators can edit this content.

What happens when I get a deployment error when using Azure's app service?

雅 爱 25 Reputation points
2024-05-24T03:04:12.18+00:00

BadGateway occurs when I deploy using app server.

{

    "status": "Failed",

    "error": {

        "code": "Forbidden",

        "message": "The subscription '<subscription_id>' is not allowed to create or update the serverfarm.",

        "details": [

            {

                "message": "The subscription '<subscription_id>' is not allowed to create or update the serverfarm."

            },

            {

                "code": "Forbidden"

            },

            {}

        ]

    }

}

Can anyone tell me the reason?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,198 questions
{count} votes
Accepted answer
  1. VenkateshDodda-MSFT 19,631 Reputation points Microsoft Employee
    2024-05-24T13:47:09.94+00:00

    @雅 爱 Thank you for posting your question in Microsoft Q&A, apologize for any inconvenience caused on this.

    If you are leveraging a non-pay-as-you-go offer, example Azure Students for Starter or Azure Free-Trail subscription, you may leverage the Free Tier on App Service (Windows or Linux), depending on your requirement. 

    As mentioned in the similar thread here #1657059 If you want to create app service other than Free tier then you need to raise a support ticket to investigate and assist you further on this.

    Hope this helps, let me know if you have any further questions on this.

    0 comments No comments

0 additional answers

Sort by: Most helpful