Why does the Azure portal fail to fetch repositories or tags?

KarishmaTiwari-MSFT 20,822 Reputation points Microsoft Employee Moderator
2020-05-14T16:51:35.48+00:00

Why does the Azure portal fail to fetch repositories or tags?

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] source: Azure Docs

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
0 comments No comments
{count} votes

Answer accepted by question author
  1. vipullag-MSFT 26,522 Reputation points Moderator
    2020-05-14T17:04:21.94+00:00

    The browser might not be able to send the request for fetching repositories or tags to the server.

    There could be various reasons such as:

    -Lack of network connectivity

    -Firewall

    -Ad blockers

    -DNS errors

    Please contact your network administrator or check your network configuration and connectivity. Try running az acr check-health -n yourRegistry using your Azure CLI to check if your environment is able to connect to the Container Registry. In addition, you could also try an incognito or private session in your browser to avoid any stale browser cache or cookies.

    Source : Azure Documentation Link

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.