For system, network and cloud administrators

How to retrieve properties of a newly created Azure resource group using Azure CLI

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.

Leave a Reply

Your email address will not be published. Required fields are marked *