Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure container registry using Azure Private Link - can't access the "Repositories" area

I've set up an Azure container registry using an Azure Private Link only - so it's not available on internet. All seems to work but when I enter the "Repositories" area then instaed of the list of repositories, I can see only error message saying:

ERROR: "Looks like you don't have access to this content. Are firewalls and virtual networks enabled?"

enter image description here

When I go to the "Networking" area, I can see that "Allow trusted Microsoft services to access this container registry" is checked and public network access is set to "Disabled":

enter image description here

I created the registry inside a new resource group and a new virtual network. The resource group only contains a virutal network and the registry. The Repositories area starts working when I enable public access to the registry and it stops when I disable it.

like image 881
Tomasz Avatar asked Nov 15 '25 15:11

Tomasz


1 Answers

Read the error message again -

Looks like you don't have access to this content. Are firewalls and virtual networks enabled?

The firewall blocks access from internet and in your case your access too. Sounds weird; but the thing is Azure understands that the portal view is from your public IP which is un-allowed and that's why you don't see any content there.

What to do in this case-

Choose the option selected network and add your IP in the list there- enter image description here

You will be able to see the CR there now. Since your private link is already working, you are good with that already.

like image 113
Aatif Akhter Avatar answered Nov 18 '25 11:11

Aatif Akhter



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!