0

On Virtual machine screen of Azure enter image description here whether the virtaul disk gets created OR vhdx disk gets created?

dotnetavalanche
  • 804
  • 2
  • 12
  • 25

1 Answers1

1

It will be in VHD format.

If you have a VHDx disk that you wish to upload and use in Azure you must first convert it to VHD. See: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/prepare-for-upload-vhd-image

Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252