Creating a copy of an Azure VHD file

Last Updated : Aug 08, 2024 |

About this task

Microsoft recommend that number of concurrent virtual machines deployed using the any particular snapshot or .vhd file is limited to 20.

If more than 20 virtual machines are required, an additional disk can be created for the additional virtual machines.

Procedure

  1. In the Azure portal, select All Services.
  2. In the All Services search box, enter disks and then select Disks to display the list of available disks.
  3. Select the disk that you would like to use. The page for that disk appears.
  4. From the menu at the top, select Create snapshot.
  5. Enter a Name for the snapshot.
  6. Choose a Resource group for the snapshot. You can use either an existing resource group or create a new one.
  7. For Account type, choose Standard (HDD) or Premium (SSD) storage.
  8. When done, select Create to create the snapshot.
  9. After the snapshot has been created, select Create a resource in the left menu.
  10. In the search box, enter managed disk and select Managed Disks from the list.
  11. On the Managed Disks page, select Create.
  12. Enter a Name for the disk.
  13. Choose a Resource group for the disk. You can use either an existing resource group or create a new one. This selection will also be used as the resource group where you create the virtual machines from the disk.
  14. For Account type, choose Standard (HDD) or Premium (SSD) storage.
  15. In Source type, select Snapshot.
  16. In the Source snapshot drop-down, select the snapshot created earlier.
  17. Make any other adjustments as needed and then select Create to create the disk.