On Windows virtual machines, the temporary disk is labeled as the D: drive by default. This drive is used for storing the pagefile.sys file.
On Linux virtual machines, the temporary disk is typically /dev/sdb. This disk is formatted and mounted to /mnt by the Azure Linux Agent.
Don’t store data on the temporary disk. This disk provides temporary storage for applications and processes and is intended to only store data like page or swap files.
one or more optional data disks.
A data disk is a managed disk that’s attached to a virtual machine to store application data, or other data you need to keep.
Data disks are registered as SCSI drives and are labeled with a letter you choose.
The size of a virtual machine determines how many data disks you can attach and the type of storage you can use to host the data disks.
Azure Storage vs Managed Disk:
Managed disks are stored as virtual hard disks (VHDs).
stored as page blob
The available types of disks are Ultra Solid State Drives (SSD), Premium SSD, Standard SSD, and Standard Hard Disk Drives (HDD).
Azure Storage support standard and premium
you can migrate existing virtual machine disks to Premium Storage.