Containers (1 / 61): You are working with an Azure Container Registry and you exceed the request limits for your service tier. What is the expected behavior when this happens, and what strategies should you implement to mitigate the impact on container operations?
Answer:
When you exceed the request limits in Azure Container Registry, throttling occurs, resulting in an HTTP 429 error
. The recommended solution is implementing retry logic with exponential backoff to handle the temporary throttling and resume operations smoothly.
Upgrading the tier isn’t necessary to resolve throttling.