An Azure service that is used to provision Windows and Linux virtual machines.
Hi, the zero SCSI values are expected on an NVMe-controller VM, so do not use SCSITargetId to choose the Azure disk. Map it using the NVMe namespace/serial information exposed by Windows and compare that with the managed disk properties in Azure. Before resizing, build a table of drive letter -> Windows disk number -> disk unique/serial identifier -> Azure managed-disk name/ID, and verify it twice. Take a database-aware backup/snapshot first. After increasing the managed disk size in Azure, rescan disks in Windows, extend the correct partition/volume, and confirm SQL Server sees the new space. Never resize based only on the order shown in Disk Management, because enumeration order can change after reboot.