App Service Plan Create operation is throttled

Liu, Yansong 11 Reputation points
2022-01-12T10:14:05.267+00:00

I'm trying to create a web app on azure today. However, the creation was failed with error code 429. I tried three times and the problem persists.

I read several other posts about this error code. All the answers suggest that this throttling is for the free SKU. However, I got the same error message when I deploy a paid SKU (B1). I know there is another limit for reads and writes per day. I have only tried four times today to create web app services (all failed). There should be no read/write restrictions. Also, there is no 'retry after ' value in the error message. I have no idea how long this is gonna last (already last more than 24 hours).

the error message asks me to contact support. However, the support is paid and I don't want to pay 29 dollars just to get this problem fixed. What do I need to do guys?

Error message:
{
    "status": "Failed",
    "error": {
        "code": "429",
        "message": "App Service Plan Create operation is throttled for subscription **********. Please contact support if issue persists.",
        "details": [
            {
                "message": "App Service Plan Create operation is throttled for subscription **********. Please contact support if issue persists."
            },
            {
                "code": "429"
            },
            {}
        ]
    }
}

Azure Cloud Services
Azure Cloud Services

An Azure platform as a service offer that is used to deploy web and cloud applications.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


2 answers

Sort by: Most helpful
  1. Bryan Trach 17,842 Reputation points Microsoft Employee Moderator
    2022-01-19T04:07:17.707+00:00

    @Liu, Yansong I wanted to follow up and verify that the 429 error occurs when you have too many deployments/failed deployments of an app service plan within a short period of time. This causes the system to throttle any additional deployments for the next 48 hours. This limit is per region, which is why you were able to use other regions or subscriptions.

    If this occurs, you will need to wait 48 hours to complete a deployment in that region or contact support to see if they will remove the throttle.

    Please let us know if there are further questions or concerns.

    Was this answer helpful?

    8 people found this answer helpful.

  2. Simon Jacob 0 Reputation points
    2026-07-06T22:13:56.7466667+00:00

    The same thing occured for me at a first time deployment. 48h throttle with no understandable reasoning? I have to say, that is not exactly customer friendly.

    Was this answer helpful?

    0 comments No comments

Your answer

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