Azure CLI Commands Help
Let’s review the range of commands and learn about the syntax and basic pieces of Azure CLI.
We'll cover the following...
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:
Press + to interact
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 ...