Terraform create App Service Plan error 429 - App Service Plan Create operation is throttled

Phong Le Phu 0 Reputation points
2024-04-15T09:45:27.34+00:00

Hello team.
I have to generate 12 App Service Plans because of my project, and I'm currently running into this error

Creating App Service Plan (Subscription: "----------"

Resource Group Name: "--------"

Server Farm Name: "agbatappasp07"): performing CreateOrUpdate: unexpected status 429 with response: {"Code":"429","Message":"App Service Plan Create operation is throttled for subscription -----------. Please

contact support if issue persists.","Target":null,"Details":[{"Message":"App Service Plan Create operation is throttled for subscription --------------. Please contact support if issue

persists."},{"Code":"429"},{"ErrorEntity":{"ExtendedCode":"51025","MessageTemplate":"App Service Plan {0} operation is throttled for subscription {1}. Please contact support if issue

persists.","Parameters":["Create","--------------"],"Code":"429","Message":"App Service Plan Create operation is throttled for subscription ----------------. Please contact support if issue

persists."}}],"Innererror":null}

Please assist me in fixing this, as I am unable to wait another 48 hours for the deployment. Is it possible to create many App Service Plans simultaneously?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,901 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 22,411 Reputation points Microsoft Employee
    2024-04-17T03:54:14.1466667+00:00

    @Phong Le Phu ,

    Typically, 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.

    I understand that you have already mentioned you cannot wait for another 48 hrs. Based on your requirement/scenario, you may provision in other regions or subscriptions.

    You may create an Azure support request for a focused assistance on this specific issue.

    Checkout references to similar discussion thread/doc:


    If the answer helped (pointed, you in the right direction) > please click Accept Answer - it will help users to find the answers quickly.

    0 comments No comments