Setting up Azure Command Line
This section describes how to set up the Azure Command Line Interface.
Procedure:
- Download and install AZURE CLI (Command Line Interface) from https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest.
- Login to Azure portal from CLI using the below CLI command:
az login -u <username> -p <password>
In this topic