I get 429 status code for microsoft.web/serverFarms when I create function App on azure

Anonymous
2021-12-17T11:27:19.387+00:00

I have azure functions developed in node js. When I create a cloud instance for function app, it gets stuck on deployment process with all the resources OK status. Microsoft.Web/serverfarms returning 429. The error message reads as:
"status": "Failed",
"error": {
"code": "429",
"message": "App Service Plan Create operation is throttled for subscription <subcription_id>. Please contact support if issue persists.",
}

Please let me know what the possible solution will be for this.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
767 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,506 Reputation points
    2021-12-17T13:52:09.797+00:00

    @Anonymous ,

    Thanks for reaching out to Q&A.

    Status code 429 refers to throttling, there is a possibility that there is some other deployment going on in your subscription that might be causing this throttling behavior. Should be a transient/intermittent issue. Could you please retry the deployment to see if its successful?

    Feel free to reach out to me if the problem persists. I will be able to help you in resolving the issue.


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.