For system, network and cloud administrators

How to list all Azure resource groups using Azure CLI

In order to view all available resource groups in Azure, type:

az group list --output tsv

The tsv output parameter can easily be replaced with table.

Leave a Reply

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