We’ve created VM on Azure and tested on it. Then once complete your testing on it and you would like to move the virtual disk back to on-premise. There are few ways to do so:-
Option 1:- Use Save-AzureVHD cmdlet
Save-AzureVHD –source (azure storage account) –LocalFilePath (local destination)
#Download VHD from a blog to a file |
Option 2:- Download from Azure Storage Container
Navigate to Azure Storage Container, select the disk and click DOWNLOAD
Option 3:- Use Import/ Export.
You can use Export service to transfer large quantities of data resident in Blob storage to your on-premises installations in a timely and cost-effective manner.
It is faster and save from using your organization Internet bandwidth. Just ship your 3.5” SATA II/III hard disk and make sure each disk is not more than 4TB. Remember to provide drive ID, which is the serial number assigned by the drive manufacturer to a specific hard disk on Azure Portal. Go to Azure Storage Dashboard and click Import/Export.
Click Create Export Job
If you’re from Malaysia, the caurier is using DHL. The wizard will let you know on which courier service to use.
Cost per disk is around RM200 (or USD 80) for retail price. For more detail, please use Azure calculator:- http://azure.microsoft.com/en-us/pricing/calculator/?scenario=full
Both option 1 and 2 require to have big Internet bandwidth throughput on-premise in order to download the fixed virtual disk. So think careful on which option that is suitable for you.
Once virtual hard has moved back to on-premise either any of the option above, you can use Hyper-V to run it.