This is Azure CLI 101 Documentation | Cheatsheet
The Azure Cli aka Azure command line interface is Microsoft's cross platform command-line experience for managing Azure resources.
Azure CLI can be used for
- Day to day operations
- Automation of repetitive tasks
- Scheduling
- Deployments
- Devops
- Learning
- Achieving things that are hard otherwise
-
Easy to start with, but ppowerfuul enough to build devops
-
Interactive mode
-
Multiple output formats
-
Querying with JMESPath
-
Combines multiple commands in single one
-
Flexible with extensions
-
Cross plarform works with windows, macOs, Linux
-
Works in cloudShell
Let's start with the basic command to list down the all the resource
- az -h : for help
- az login : to login the azure portal
- az group -h : to get help regarding group
az group create --name --location westindia
az group delete --resource-group