In order to view a particular Azure resource group’s location, type in your shell:
az group show --resource-group yourresourcegroup --query location
In order to display the properties of a specific resource group in Azure type:
az group show --name yourresourcegroup --output tsv