# Log in to Azure  
az login  
  
# Show current subscription  
az account show --output table  
#Show all subscriptions 
az account list --output table
#Pick subscription
az account set --subscription "Subscription Name or ID".