I've Azure free Subscription and trying out ACR. I've pushed an image into the ACR. But the image is not getting listed in Repositories. Any leads are helpful. Attached the screenshot. Under montioring section, i can see one successfull image push. Thanks in Advance.
Tried pushing an image to the ACR which is success. But that image is not getting displayed under repositories.
Images are not showing up in the
Repositories
section inAzure portal
after pushed to theAzure Container Regist
. you can also check the images in repositories using azure cli command instead of checking in portal.Sometimes, the
Azure portal
might not refresh automatically. Try refreshing the portal manually to see if the image appears.I uploaded an image to
Azure Container Registry
using the below command.Verify the images after uploaded to
ACR
using below command.Portal view:
You can use the below command to check the image that you uploaded to
ACR
with a tag in the repository.