Share via

How to fix this: Azure Function Deployment Error: App Service Plan Create Operation is Throttled (Code 429)

hanna nassar 20 Reputation points
2024-09-13T17:03:54.7133333+00:00

I faced this issue when I was deploying a function app.

Has anyone encountered this error before, and if so, what steps can I take to resolve the throttling issue? Is this related to a limit on App Service Plan creation, or is there something else I should look into?

I would appreciate any suggestions on how to address this and prevent it in the future.

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

0 comments No comments

Answer accepted by question author

hossein jalilian 13,360 Reputation points Volunteer Moderator
2024-09-13T23:12:29.1533333+00:00

Thanks for posting your question in the Microsoft Q&A forum.

Review your subscription's limits for App Service Plans. You may be approaching or have reached the maximum number of plans allowed.

If you're using automated deployment scripts, implement exponential backoff retry logic to handle throttling errors gracefully

If you're deploying multiple function apps, try to space out the deployments rather than creating many plans simultaneously


Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

Was this answer helpful?

0 comments No comments

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.