How can I move VHD of Azure VM to Blob Storage?

exchange beginner 1 Reputation point
2023-02-20T01:57:18.4533333+00:00

Hi

I need a Azure Import/Export service because total size of VM in Azure is 30TB. First I need to download or change VHD of VMs in Azure and move to Blob Storage.

How can I move VHD of VM to Blob Storage?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,018 questions
{count} votes

2 answers

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 15,256 Reputation points MVP Volunteer Moderator
    2023-02-20T02:48:29.5766667+00:00

    Hello @exchange beginner

    Thank you for posting in Q & A forum.

    You can use Azure Storage Explorer to upload a VHD file to a storage account Or Upload an image using PowerShell. After you upload your VHD file, you can create a custom image from the uploaded VHD file and use the image to provision a virtual machine.

    Follow steps- Upload a VHD file to a storage account by using Storage Explorer Or PowerShell


    If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.

    0 comments No comments

  2. David Haukeness 5 Reputation points
    2024-08-08T02:29:13.43+00:00

    So I know this was over a year ago at this point, but after working on this for a few hours, Googling, reading documentation, etc.... I still came up empty handed. For anyone who stumbles upon this, I wrote a well documented Powershell script to do this, Copying the OS disk of any VM to Azure blob storage.

    https://github.com/haukened/AzCopyVHD

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.