Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am getting an error 'No access was configured for the VM, hence no subscriptions were found". What should I do?
[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]
Source: Azure Documentation FAQ Link
This could happen if you are using az login --identity in your ACR Task. This is a transient error and occurs when the role assignment of your Managed Identity hasn't propagated. Waiting a few seconds before retrying works.
Source : Azure Documentation FAQ Link