~$ az group list
[ {
    "id": "/subscriptions/54c6f7b7-3c3f-4068-a1b8
            -51bddf711d33/resourceGroups/MeineRG",
    "location": "northeurope",
    "managedBy": null,
    "name": "MeineRG",
    "properties": {
      "provisioningState": "Succeeded"
    },
    "tags": null,
    "type": "Microsoft.Resources/resourceGroups"
  } ]
~$ az group list --output table
Name     Location     Status
-------  -----------  ---------
MeineRG  northeurope  Succeeded
