Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio keep requesting to choose azure account even if logged in

I am using VS 2017 with an Azure account. The account is logged in and I can see the account details at the top right corner.

When I try to restore Nuget packages, I keep getting a window telling me to select the azure account I want to use, and my account is an option to select. Even when I select my account, the window keeps popping back over and over, and I can't seem to get the packages..

What can be done?

like image 974
Yonatan Nir Avatar asked Oct 29 '25 06:10

Yonatan Nir


1 Answers

Two things you could try,

1)Try to clear the invalid cached data:

i) Close visual studio

ii) delete %localappdata%.IdentityService\

2) Report this problem via Visual Studio>Help>Send Feedback>Report a problem. This opens a new instance of "Visual Studio Feedback" which might solve your issue.

like image 128
Sajeetharan Avatar answered Oct 31 '25 21:10

Sajeetharan