For system, network and cloud administrators

How to set default Azure subscription using Azure CLI

In order to make a particular Azure subscription as a default subscription, type:

az account set --subscription "yourAzuresubscriptionID"