App Service Plan Create operation is throttled

Liu, Yansong 6 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.
662 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,154 questions
{count} vote

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 15,531 Reputation points Microsoft Employee
    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.

    7 people found this answer helpful.