1. Download & Launch Visual Studio Code
The first step is to download and install Visual Studio Code here if you haven’t downloaded it before. If you have, just open Visual Studio Code on your local machine.
Select your OS to download Visual Studio Code on your local machine.
2. Install Azure CLI
Before we are able to install Azure CLI in Visual Studio Code, we first need to download and install Azure CLI from extension
Start Working with Azure CLI Tools in Visual Studio Code
After successfully installing Azure CLI Tool in VSCode, we can start working with it. We will login to the Azure Portal using the CLI in VSCode. To login to the Azure Account we will enter this command
az version
az login
Start working