Helpful Azure CLI Commands
Summary
Useful Azure CLI commands to help navigate.
#Connect to Azure tenant with Azure CLI
az login
#Get a list of your subscriptions
az account list --output table
#Use az account set with the subscription ID or name you want to switch to
az account set --subscription "My Demos"