Insights Changing Azure Account in Visual Studio Code

Changing Azure Account in Visual Studio Code

I was using an account in Visual Studio Code to access a certain set of subscriptions I was working against and deploying to. This was prior to getting my pipelines ready, as that was my eventual deployment destination. In the meantime, I needed to change the account and noticed there wasn’t any GUI way to do this in the Azure extension (that I could find anyway). I did some looking and found the process:

Start by opening the Command Palette:

Find the sign-out command:

You can now sign back in:

Enjoy!