(01)Install
Linux
1curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash2# RHEL/Fedora:3sudo dnf install -y azure-cliCommand-line tools for managing Microsoft Azure resources
What is this?
The Azure CLI manages Microsoft Azure cloud resources from the command line.
Where to create or edit the main configuration — paths below match the setup steps.
~/.azure/Location: User home
Login session and subscription config
Step 01
1curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash2# RHEL/Fedora:3sudo dnf install -y azure-cli1az loginStep 02
1az version2az account showStep 03
1az login2az group list3az vm list4az storage account list5az aks list