snippetbashTip
az — The official CLI tool for Microsoft Azure. Some subcommands such as `login` have their own usage doc
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 loginManage azure subscription information:
az accountList all Azure Managed Disks:
az disk listList all Azure virtual machines:
az vm listManage Azure Kubernetes Services:
az aksManage Azure Network resources:
az networkStart in interactive mode:
az interactiveDisplay help:
az --helpCode Snippets
Log in to Azure
az loginManage azure subscription information
az accountList all Azure Managed Disks
az disk listList all Azure virtual machines
az vm listManage Azure Kubernetes Services
az aksContext
tldr-pages: common/az
Revisions (0)
No revisions yet.