In this blog, we will learn about, how one can interact with Azure using Visual Studio Code. For that, let's go to VS code and install an extension called Azure Account as shown below,
This is the extension from Microsoft.
So, once this extension got installed, we can use it by going to Command Palette.
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.
Now, to play with Azure commands, you can type Azure in the Command Palette and it will list down all the available commands. So, again, you need not remember anything as this list is quite short to view all the available commands as shown below,
Hope you enjoyed learning about this extension.