The Azure command-line interface (Azure CLI) is a set of commands used to create and manage Azure resources. The Azure CLI is available across Azure services and is designed to get you working quickly with Azure, with an emphasis on automation. Azure CLI is Microsoft's cross-platform command-line experience for managing Azure resources.
Azure CLI can be installed by executing the below command:
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
Once Azure CLI is installed, you can verify it by executing below command:
az version
No comments:
Post a Comment