Technologies - Azure Blob sorage and Poweshell
sdk 2.3 and above...
If you wish to take back up of azure virtual machine, the best way is to use Windows Azure Powershell cmdlets. Also there is an excellent post written about copying the azure virtual machine across subscriptions here - http://blogs.msdn.com/b/microsoft_press/archive/2014/01/29/from-the-mvps-copying-a-virtual-machine-from-one-windows-azure-subscription-to-another-with-powershell.aspx?Redirected=true
If you wish to take back up of azure virtual machine, the best way is to use Windows Azure Powershell cmdlets. Also there is an excellent post written about copying the azure virtual machine across subscriptions here - http://blogs.msdn.com/b/microsoft_press/archive/2014/01/29/from-the-mvps-copying-a-virtual-machine-from-one-windows-azure-subscription-to-another-with-powershell.aspx?Redirected=true
However
sometimes it may happen that you start copying of Azure Virtual machine to a
storage account and finds that the selected storage account is not the intended
one. Then you might want to stop the copy operation of azure virtual machine
immediately. In such case following guide will help you to stop the copy
operation of virtual machines.
The copy
operation can be started with powershell command Start-CopyAzureStorageBlob.
Similarly to
stop Azure blob copy operation we have Stop-AzureStorageBlobCopy
command.
Let’s
walkthrough the each step required to stop the blob copy operation in case of
Azure virtual machine or in case of any blob copy operation. The same steps can be used for soppting all types of blob copy operation and it is not specific for stopping azure virtual machine vhd copy.