Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
479 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Why does the registry quota usage not reduce after deleting images?
[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]
This situation can happen if the underlying layers are still being referenced by other container images.
If you delete an image with no references, the registry usage updates in a few minutes.
Source : Azure Documentation Link