Install the Splunk Add-on for Microsoft Cloud Services and configure the Azure Resource input. Choose "Disk Data" as the resource type (see screenshot). Then, you can use this search to find unattached (orphaned) disks: index=main sourcetype="mscs:resource:disk" properties.diskState="unattached"
... View more