Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to switch accounts via VS Code Azure Account Extension

I've signed into one of my Azure accounts with Azure Account Extension via VS Code. I didn't find any button to sign out or switch accounts. How do I sign out or switch accounts?

like image 471
Andy Lai Avatar asked Dec 10 '18 13:12

Andy Lai


People also ask

How do I switch accounts on Azure?

Multiple Account Sign-In If you click on the top right where your username is you will see an option to “Sign in with a different account”, if you click on this you can sign in and have the option to switch between them in the portal.

How does Azure Portal connect to Visual Studio code?

To open Command Palette, either you can press Ctrl+Shift+P or you can directly go to the menu bar and select Command Palette from the View menu. If you want to see, how to use most of these above commands, you can refer to my video on my channel at Shweta Lodha - YouTube. Hope you enjoyed learning about this extension.


1 Answers

There is no button that you can find to sign in or sign out in VS Code with Azure Account Extension. The extension works with commands from Command Palette.

enter image description here

In VS Code press Ctrl+Shift+p to see the command palette and write the symbol >, after that you can see any command you need including the sign out command to work with this extension.

like image 51
Llazar Avatar answered Sep 20 '22 07:09

Llazar