Hello,
I am using Azure ACR as storage for my container images. Some of my images are vulnerable, so I want to check whether those images are in use by any other resource(like pipeline, deployment, container or any other application) before deleting it.
Is it possible to identify whether the image in ACR is in use by any other resource in Azure?
Please suggest.