Azure CLI
The Azure CLI is Microsoft's cross-platform command-line experience for managing Azure resources. You can use it in your browser with Azure Cloud Shell, or install it on macOS, Linux, or Windows and run it from the command line.
The Azure CLI is simple to get started with, and best used for building automation scripts that work against the Azure Resource Manager. Using the Azure CLI, you can create VMs within Azure as easily as typing the following command:
az vm create -n MyLinuxVM -g MyResourceGroup --image UbuntuLTS
Run or Install
You can install the CLI locally, run it in the browser with Azure Cloud Shell, or run in a Docker container.
- To run in your browser with Azure Cloud Shell, see Quickstart for Bash in Azure Cloud Shell or Quickstart for PowerShell in Azure Cloud Shell.
- To install the CLI, see Install the Azure CLI.
- To run as a Docker container, see Run Azure CLI in a Docker Container
Build your skills with Microsoft Learn
- Manage virtual machines with the Azure CLI
- Control Azure services with the CLI
- More interactive learning...
Get started
Read the Get Started article to learn the CLI basics. The following samples demonstrate some common uses cases:
A detailed reference is also available that documents how to use each individual Azure CLI command.
Note
If you use the previous version of the CLI (Azure classic CLI), you can continue to use it.
However, we recommend updating to use the latest version of the Azure CLI for the best experience.
If you use both CLIs, remember that azure is the classic CLI and that az is the most recent CLI.




