You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-registry/container-registry-troubleshoot-login.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ May include one or more of the following:
17
17
* Unable to login to registry and you receive error `unauthorized: authentication required` or `unauthorized: Application not registered with AAD`
18
18
* Unable to login to registry and you receive Azure CLI error `Could not connect to the registry login server`
19
19
* Unable to push or pull images and you receive Docker error `unauthorized: authentication required`
20
-
* Unable to access a registry using `az acr login` and you receive error `CONNECTIVITY_REFRESH_TOKEN_ERROR. Access to registry was denied. Response code: 403.Unable to get admin user credentials with message: Admin user is disabled.Unable to authenticate using AAD or admin login credentials.`
20
+
* Unable to access a registry using `az acr login` and you receive error `CONNECTIVITY_REFRESH_TOKEN_ERROR. Access to registry was denied. Response code: 403.Unable to get admin user credentials with message: Admin user is disabled.Unable to authenticate using AAD or admin login credentials.`
21
21
* Unable to access registry from Azure Kubernetes Service, Azure DevOps, or another Azure service
22
22
* Unable to access registry and you receive error `Error response from daemon: login attempt failed with status: 403 Forbidden` - See [Troubleshoot network issues with registry](container-registry-troubleshoot-access.md)
23
23
* Unable to access or view registry settings in Azure portal or manage registry using the Azure CLI
@@ -27,7 +27,7 @@ May include one or more of the following:
27
27
* Docker isn't configured properly in your environment - [solution](#check-docker-configuration)
28
28
* The registry doesn't exist or the name is incorrect - [solution](#specify-correct-registry-name)
29
29
* The registry credentials aren't valid - [solution](#confirm-credentials-to-access-registry)
30
-
* The registry public access is disabled.Public network access rules on the registry prevent access - [solution](container-registry-troubleshoot-access.md#configure-public-access-to-registry)
30
+
* The registry public access is disabled.Public network access rules on the registry prevent access - [solution](container-registry-troubleshoot-access.md#configure-public-access-to-registry)
31
31
* The credentials aren't authorized for push, pull, or Azure Resource Manager operations - [solution](#confirm-credentials-are-authorized-to-access-registry)
32
32
* The credentials are expired - [solution](#check-that-credentials-arent-expired)
0 commit comments