1
votes

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.

1

1 Answers

0
votes

I've been having the same problem for the last 6 hours as well. I believe there is an issue with Azure but I do not know how to verify this at the moment.