An Azure service that is used to provision Windows and Linux virtual machines.
Hello Bharadia, Chandra
This could be known issue on Azure VMs where data disks (especially Premium SSD or Ultra disks using the NVMe controller) can intermittently lose their partition visibility due to a driver or storage stack hiccup. Steps to harden:
- Update the Azure VM agent (
WindowsAzureGuestAgent) to the latest version - Update StorNVMe / disk controller drivers via Device Manager or Windows Update
- Check Event Viewer → System for errors from sources like
disk,storvsc,stornvme, orvolmgraround the time the disk went unallocated - Check Event Viewer → Application and Services Logs → Microsoft → Windows → Disk as well
Before attaching anything in the OS, confirm the disk is still properly attached at the Azure layer:
- Go to VM → Disks in the Azure Portal
- Verify the data disk shows as Attached (not Detached or in a failed state)
- Check the disk's Host caching setting and note the LUN number
Open an Azure Support ticket if the issue persists