I am trying to pull image from Azure ACR from one of vm where docker is installed. This was working before without any issue. But now i am getting error while pulling the image from Azure ACR.
Error message : error pulling image configuration: download failed after attempts=6: Service unavailable.
Note: Pull image was working before this issue occur.
Anybody any help on this strange issue !!
I have tried restarting docker client and vm still didn't work. I have checked network connectivity between the docker client vm and Azure ACR, it is fine.
Note : I have tried pushing the image to the same Azure ACR, it is working but getting error while pull the image.