Using Azure CLI - Notes

The following can be used as a reference for the previous chapter

1. You can get the installation notes from the following Microsoft documentation link

https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli

2. To connect to your Azure account, you can use the following command

az login

3. To list down the resource groups in your Azure account, you can use the following command

az group list