I just recently had a problem when trying to deploy the new docker images to Azure Container Instances. The Azure portal return this message when I was trying to restart the container groups:
'BadRequest':'InaccessibleImage':'The image 'xxxx' in container group 'xxx' is not accessible. Please check the image and registry credential.
The same error showed up when I used the "az container create" command. I am sure that the credential is correct and everything worked fine a couple of days ago.
I am not sure if there is a connection problem from Azure to Docker or if there are any breaking changes in Azure Container Instances. I would greatly appreciate it if someone could help me out.