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