Delete disks
step
Deletes a set of Azure disks.
azure-disks-step-disk-delete
This Azure step container deletes a set of Azure disks in an Azure subscription given a list of resource IDs.
Notes
To get the Azure Disk resource IDs, try the following command using the Azure CLI:
$ az disk list | jq ".[].id"
"/subscriptions/c84756ef-c108-45cb-8138-f548c95djk9o/resourceGroups/my-rg/providers/Microsoft.Compute/disks/my-vm-osdisk"
"/subscriptions/c84756ef-c108-45cb-8138-f548c95djk9o/resourceGroups/my-rg/providers/Microsoft.Compute/disks/my-vm-datadisk"
For more information on Resource IDs, check out the documentation.