App Service Plan Create operation is throttled (429) while creating a new Web App using Azure for Students subscription.

HARSH 5 Reputation points
2026-08-01T18:55:40.96+00:00

I am using an Azure for Students subscription.

I am trying to create a new Linux App Service (Python 3.12, F1 Free plan), but the creation fails every time with the following error:

Error Code: 429

Message:

"App Service Plan Create operation is throttled for subscription. Please contact support if the issue persists."

I have already:

  • Deleted previous App Services and Resource Groups.
  • Tried creating a new Resource Group.
  • Retried multiple times.
  • Selected the F1 Free plan.

Please check my subscription and remove the throttling or advise how I can create a new App Service.

Azure App Service
Azure App Service

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


2 answers

Sort by: Most helpful
  1. Aditya N 3,395 Reputation points Microsoft External Staff Moderator
    2026-08-01T23:29:11.9633333+00:00

    Hello @HARSH

    Thank you for reaching out Microsoft Q&A.

    User's image

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

    User's image

    The limits might be smaller for free or trial customers.

    Official documentation - Same as above.

    In your scenario 429 error might have occurred as you might tried too many deployments/failed deployments of an app service plan within a short period of time. We suggest you to wait for some time till the refill operation fills the bucket according to token bucket algorithm.

    Please upvote if this information was helpful.

    Was this answer helpful?

    0 comments No comments

  2. Marcin Policht 101.4K Reputation points MVP Volunteer Moderator
    2026-08-01T19:52:48.8433333+00:00

    As per https://learn.microsoft.com/en-us/answers/questions/692182/app-service-plan-create-operation-is-throttled

    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 choose another region.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?

    0 comments No comments

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.