Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
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.
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.
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