Terminal commands

PHOTO EMBED

Mon Jun 10 2024 12:45:13 GMT+0000 (Coordinated Universal Time)

Saved by @CarlosR

# 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".
content_copyCOPY