Azure CLI
- Connect to azure cli
az login
az login --use-device-code
- Now search for the cli commands for storage
- CLI Reference Refer Here

- Lets search for storage cli commands

- Any Azure CLI Command
az <service> <sub-service> <action> --parameter1 value1 ... --parametern valuen
- Lets try to create a resource group
- documentation: Refer Here
- Before create a storage account from CLI, Now Create a storage account manually from UI (Portal)
- Refer Here for the cli used in the classroom
