I'm trying to follow the example of how to Install and configure Terraform to provision VMs and other infrastructure into Azure using Azure Cloud shell as described here:
The following command provided the subscription id and tenant id:
az account show --query "{subscriptionId:id, tenantId:tenantId}"
However, the command provided the following error:
The subscription of '' doesn't exist in cloud 'AzureCloud'.