Azure CLI Commands by Patrik

Azure Account CLI Commands

List subscriptions

az account list

Change subscription

Set context to the desired subscription

az account set -s "{subscription}"

Show current subscription

az account show

Comments