okay azure | install azure CLI | Install azure CLI 2.9 on windwos | steps to install azure cli
Download the installation file
https://docs.microsoft.com/en-us/cli/...
Open windows command prompt
type command az --version
To login azure account
az login
it will open browser to enter email and password to login azure clodu.
List all azure resource groups
az group list -o table