HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

az — The official CLI tool for Microsoft Azure. Some subcommands such as `login` have their own usage doc

Submitted by: @import:tldr-pages··
0
Viewed 0 times
officialthecommandclitoolforaz

Problem

How to use the az command: The official CLI tool for Microsoft Azure. Some subcommands such as login have their own usage documentation. More information: <https://learn.microsoft.com/cli/azure/reference-index>.

Solution

az — The official CLI tool for Microsoft Azure. Some subcommands such as login have their own usage documentation. More information: <https://learn.microsoft.com/cli/azure/reference-index>.

Log in to Azure:
az login


Manage azure subscription information:
az account


List all Azure Managed Disks:
az disk list


List all Azure virtual machines:
az vm list


Manage Azure Kubernetes Services:
az aks


Manage Azure Network resources:
az network


Start in interactive mode:
az interactive


Display help:
az --help

Code Snippets

Log in to Azure

az login

Manage azure subscription information

az account

List all Azure Managed Disks

az disk list

List all Azure virtual machines

az vm list

Manage Azure Kubernetes Services

az aks

Context

tldr-pages: common/az

Revisions (0)

No revisions yet.