Using Azure from Visual Studio Code Part 2 – Download Azure Account extension
1 min read

Using Azure from Visual Studio Code Part 2 – Download Azure Account extension

After Visual Studio Code is installed press the following command on your keyboard.

ctrl+shift+p

Next write

install extensions

Search in Markeplace for Azure Account and press install.

After Aure Account is installed press ctrl+shit+p again and type

Azure:sign in

Wait for the browser to open and display that you’re logged in.

Once signed in press the same command again and type

Azure:open PowerShell in Cloud Shell

You can also use the same command to open bash.

A terminal will open up and now you’re signed in with your account!

Congrats! You can now use AZ from your own computer!

Leave a Reply