Share via


Moving, copying and uploading VHDs between Azure Subscriptions

Good day,

One of the easiest tools I found to move, migrate or upload VHDs between different or up to storage accounts is Storage Explorer found at the bottom of the page at https://azure.microsoft.com/en-us/downloads/. Its a simple copy and paste from source to destination blob vhds containers.

With this tool, you can right click to Get Shared Access Signature on the blob file to provide a time limited secure link to download the file for example.

Next up is I will share a powershell script on registering and launching the VM once you have migrated the vhd file to the target container.