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