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

KarishmaTiwari-MSFT 18,347 Reputation points Microsoft Employee
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.
381 questions
0 comments No comments
{count} vote

Accepted answer
  1. vipullag-MSFT 23,856 Reputation points Microsoft Employee
    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