Share via

While deploying web app on azure, getting 429 error, anybody faced this earlier?

Vaibhav Jadhav 20 Reputation points
2026-01-23T06:17:08.33+00:00

User's image

edited PIi information

Azure App Service
Azure App Service

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

0 comments No comments

Answer accepted by question author

Praneeth Maddali 10,375 Reputation points Microsoft External Staff Moderator
2026-01-23T08:02:07.89+00:00

Hi @Vaibhav Jadhav

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.

User's image

Here are some suggested next steps:

  • Wait for the throttle to be removed (up to 48 hours).
  • Try deploying in a different region since throttling can vary by region.
  • Use a different subscription if you have one available.
  • Upgrade from Free/Shared SKU as these have strict limits.

https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/request-limits-and-throttling

 Please do not forget to click "Accept the answer” and Yes, this can be beneficial to other community members.

If you have any other questions, let me know in the "comments" and I would be happy to help you

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.