I get 429 status code for microsoft.web/serverFarms when I create Web App

Scott Davis 21 Reputation points
2022-08-05T20:04:26.567+00:00

When I try to create a Web App I keep getting a 429 error
{
"status": "Failed",
"error": {
"code": "429",
"message": "App Service Plan Create operation is throttled for subscription {MySubscriptionId}. Please contact support if issue persists.",
"details": [
{
"message": "App Service Plan Create operation is throttled for subscription {MySubscriptionId}. Please contact support if issue persists."
},
{
"code": "429"
},
{}
]
}
}

Its been doing this for 24 hours now.

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

Accepted answer
  1. Dillon Silzer 57,826 Reputation points Volunteer Moderator
    2022-08-05T20:26:32.697+00:00

    Hi @Scott Davis

    1) From another similar question (https://learn.microsoft.com/en-us/answers/questions/692182/appserviceplancreateoperationisthrottled.html) brtrach-MSFT answered:

    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.

    2) I recommend you raise a ticket with Azure support found at https://azure.microsoft.com/en-ca/support/create-ticket/ and see if they can assist.


    If this is helpful please remember to accept answer so others with similar issues can see how this was resolved.

    2 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2022-08-12T09:35:15.027+00:00

    Thanks for reaching here! To add further on DillonJS response, You may want to know that App Service Plans have a 10 per region limit on the Free SKU and 10 per resource group on Shared SKU and further limits according to SKU is listed here.

    Depending on your plans you would need to either move to higher plan, or raise a support ticket to see if the limit can be raised you may also want to check the other limits in that link.
    In case you don't feel you are hitting any limit then you would need to raise a support case.

    Please let us know if issue persists.

    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.