I have a local tarball that I can import into Azure ACR via docker CLI:
docker import ./thing.tar myacr.azurecr.io/repo:tag
I would like to do the same via the Azure CLI, but the az acr import
command seems to only be able to accept a docker repo, and not a tarfile.
Any help would be much appreciated. I am reasonably new to Azure and Docker.