Hi @Brett M and @Ciprian Pintilei ,
Welcome to Microsoft Q&A! Apologies for the delayed response.
I see that you are running into throttling issue for operations in Azure subscription. Please note that Throttling happens at two levels. Azure Resource Manager throttles requests for the subscription and tenant. If the request is under the throttling limits for the subscription and tenant, Resource Manager routes the request to the resource provider. The resource provider applies throttling limits that are tailored to its operations. For more details, please refer to: Throttling Resource Manager requests
Also, you may please refer to this link to understand the behavior and error returned when you reach limit. The response header values (especially the Retry-After
) will be of immense help to analyze such situation. The link mentioned above, also contains a section on returned header values and how to retrieve them, to be able to make decisions accordingly.
In case you frequently run into this issue with understandably simple operations, I would request reaching out to our support team so that the operation may be analyzed for assistance.
Please let me know if you have any questions.
---
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.