Categories
DevOps Microsoft

AAD user appearing twice on DevOps

Of course before to continue verify that in the Organization the user has only one account.

Opened this issue with Microsoft
https://developercommunity2.visualstudio.com/t/AAD-user-appears-twice-on-DevOps/1385302
and sharing solution:

  1. Navigate to Organization Settings -> Users
  2. Remove the user.
  3. Re-add the account by typing in the entire email address without using the suggested identity in the dropdown.
  4. Ask the user to clear all cookies/cache and navigate directly to aex.dev.azure.com from an inPrivate/incognito browser.
  5. Make a new query in the projects the use was assigned filtering for “Assigned To contains” and the first letters of the name so that you can verify if there are still items assigned to the wrong account that can be re-assigned.

Did my solution solve your problem? Leave a reply.

Categories
Azure DevOps Docker Dynamics NAV Microsoft

docker : error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/version: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.

Solution:
Open PowerShell as Administrator and run the following command

net start docker

Did my solution solve your problem? Leave a reply.