question

CiprianPintilei-7938 avatar image
0 Votes"
CiprianPintilei-7938 asked ryanchill answered

Operations throttled for App Service Plan Create/Update

Hi, I am trying to scale up my instances and I keep getting this error:
Failed to update configuration for App Service. {"Code":"429","Message":"App Service Plan Update operation is throttled for subscription <subscription>. Please contact support if issue persists.","Target":null,"Details":[{"Message":"App Service Plan Update operation is throttled for subscription <subscription>. Please contact support if issue persists."},{"Code":"429"},{"ErrorEntity":{"ExtendedCode":"51025","MessageTemplate":"App Service Plan {0} operation is throttled for subscription {1}. Please contact support if issue persists.","Parameters":["Update","<subscription>"],"Code":"429","Message":"App Service Plan Update operation is throttled for subscription <subscription>. Please contact support if issue persists."}}],"Innererror":null}


What can I do? I was fiddling with the App service plans while I was getting the idea and I understand this is why I have this error. But now I really need to deploy a new instance. Thanks!

azure-webapps-scaling
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

ryanchill avatar image
0 Votes"
ryanchill answered

Seems like you've hit the threshold of requests made against your app service plan @CiprianPintilei-7938. You can read more about throttling on https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/request-limits-and-throttling#error-code, but the premise is this protects the platform from allocating too many resources within a specific period. I didn't see the Retry-After value above but if you see it in a different message, then all you have to do is wait after that period. Otherwise, just give it around 48-hrs before trying again.

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.