How do I find the current Azure subscription using Azure CLI.
az account list only gives me the list of subscriptions.
You can run : az account list -o table
.
The output will be a list of resources in table form.
The details of your current subscription will be on line with IsDefault = True
.
Highlighted in green in the figure below.