A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
Hi @Lini Mariam Mathew ,
the data stored on the disks aren't affected.
But the driver letter assignment will.
The temp disk/remote disk get's by default drive letter "D", the first data disk might have the drive letter "E".
The migration process is straight forward:
- Note the configuration of the VM configuration (drive letter assignments, network and IP configuration, public IP if there is any, ...)
- Move the pagefile.sys file from drive D: to drive C: -> Move pagefile.sys to C drive
- Shutdown the VM
- Create a backup of the full VM (better be safe than sorry)
- Create a full snapshot of the OS disk
- Create a new managed disk from the snapshot
- Delete the VM -> KEEP THE DISKS! / DON'T DELETE THE DISKS!
- Create a new VM from the new created disk and attach the data disks
- After the VM is started you can configure the drive letter assignments if required
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten