~$ az disk create -g MeineRG \
   --name NeueDataDisk \
   --sku StandardSSD_LRS \
   --size-gb 150
{
  "creationData": {
    "createOption": "Empty",
    "imageReference": null,
    "sourceResourceId": null,
    "sourceUniqueId": null,
    "sourceUri": null,
    "storageAccountId": null,
    "uploadSizeBytes": null
  },
  "diskIopsReadWrite": 500,
  "diskMbpsReadWrite": 60,
  "diskSizeBytes": 161061273600,
  "diskSizeGb": 150,
  "diskState": "Unattached",
  "encryption": {
    "diskEncryptionSetId": null,
    "type": "EncryptionAtRestWithPlatformKey"
  },
  "encryptionSettingsCollection": null,
  "hyperVgeneration": "V1",
  "id": "/subscriptions/54c6f7b7-3c3f-4068-a1b8-51bddf711d33/
            resourceGroups/MeineRG/providers/Microsoft.Compute/
            disks/NeueDataDisk",
  "location": "northeurope",
  "managedBy": null,
  "name": "NeueDataDisk",
  "osType": null,
  "provisioningState": "Succeeded",
  "resourceGroup": "MeineRG",
  "sku": {
    "name": "StandardSSD_LRS",
    "tier": "Standard"
  },
  "tags": {},
  "timeCreated": "2020-02-15T14:36:52.648650+00:00",
  "type": "Microsoft.Compute/disks",
  "uniqueId": "8fa68ef4-568d-4d1d-83f9-c34e21dd8dd2",
  "zones": null
}
