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 here.
- After installing Azure, log in to azure portal from CLI using the following CLI command.
az login -u <username> -p <password>

In this topic