Search⌘ K
AI Features

Azure CLI Commands Help

Explore the core Azure CLI commands to create and manage resources, use interactive mode for command assistance, and format outputs using JSON, YAML, or tables. Understand how to use command chaining, asynchronous execution, and persist configuration parameters for efficient Azure management.

CLI scope

Azure CLI offers a vast number of commands for the execution of various services. The key services include the following:

  • AI and ML
  • Analytics
  • Blockchain
  • Computing and containers
  • Databases and storage
  • DevOps and developer tools
  • IoT
  • Media
  • Mobile
  • Networking and security
  • Web

To learn the usage of a specific command, we use the command below:

Shell
az find

We can also run the CLI in the interactive mode using the az interactive command.

Run the terminal below to figure out what the find command does.

Also, let’s explore the az group command more, which helps us create a resource group (more on this ...