question

HamadRakshani-2716 avatar image
0 Votes"
HamadRakshani-2716 asked MughundhanRaveendran-MSFT commented

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

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-functionsazure-cloud-services
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MughundhanRaveendran-MSFT avatar image
0 Votes"
MughundhanRaveendran-MSFT answered MughundhanRaveendran-MSFT commented

@HamadRakshani-2716 ,

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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@HamadRakshani-2716 , Just wanted to know if the above answer was helpful or not. Please let me know.

0 Votes 0 ·