A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
The unexpected 439.98 GB disk is the VM’s temporary disk, not an extra managed data disk.
Azure VMs typically have up to three disk roles attached:
- OS disk
- Data disk(s) explicitly created/attached
- Temporary disk (often shown as a separate local disk inside the guest OS)
The temporary disk:
- Is created automatically with the VM size (for D‑series, its size is determined by the SKU).
- Is not billed as a managed disk and therefore does not appear as a separate managed disk resource in the Azure portal.
- Is intended only for temporary data such as page/swap files.
- Can lose data during maintenance events or when the VM is redeployed; data is not durable.
Because it is not a managed data disk, it cannot be detached or deleted from the Disks blade. It is expected behavior for that VM size and should simply be treated as non‑persistent storage.
References: