Categories: Articles

Azure cli az acr login hangs

I have encountered an issue with az acr login --name <acr_name> command. It hanged and --verbose flag did not provide any additional information. It just stops and nothing happens.

The solution is simple. You should restart docker service through the Windows Subsystem for Linux restart. In order to restart docker service:

  • I find WSL service with name LxxsManager in Task Manager. Remember the value of PID column for LxxsManager service.
  • Switch to Details tab, find the process with PID from service tab and kill it.
Konstantin “Saqwel” Kostin

Share
Published by
Konstantin “Saqwel” Kostin

Recent Posts

Azure App Configuration and access to Key Vault references

We decided to use an Azure App Configuration to store configs of backend. App Configuration…

2023-08-24

Error: Unable to read Docker image into resource: unable to find or pull image nginx:latest

I have tried to learn terraform from scratch and found pretty simple tutorial for beginners.…

2022-09-09

Скрыть поле модели от Swagger (Hide field of model from Swagger)

При внедрении Swagger в проекте .Net Core Web API потребовалось скрыть одно поле из примера,…

2020-04-24

Прогноз цен на акции

Около года назад я решил попробовать заработать на фондовой бирже, покупая и продавая акции. Изучая…

2019-07-20

Installation failed with error code: (0x00000490), “Element not found. “

Во время установки .NET Framework столкнулся с ошибкой Installation failed with error code: (0x00000490), "Element…

2018-12-20

Huawei Watch 2 – замена телефону. Полный обзор

Почти целый год я размышлял и прикидывал, о том, смогу ли я использовать умные часы…

2018-10-06