For system, network and cloud administrators
In order to display the properties of a specific resource group in Azure type:
az group show --name yourresourcegroup --output tsv
If no output parameter is specified, all properties will be displayed in the json format. But the tsv output parameter can easily also be replaced by using table.