Create a Windows virtual desktop from local image

Lugi 21 Reputation points
2021-02-01T10:19:15.607+00:00

Hello,

I'm not familiar with Microsoft Azure and have a question about Windows Virtual Desktop.

Is it possible to create a Windows virtual desktop from a system image of an existing Windows physical computer?

In other words, we have a physical computer (not a vm) running on Windows 10 and we would like to know if it is possible, with a system image or other process, to create an Azure Windows virtual desktop that would be a "copy" of this physical computer. The goal is to be able to keep certain configuration.

Best regards.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,872 questions
Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,536 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 108.8K Reputation points MVP
    2021-02-01T19:51:22.96+00:00

    Sorry, I missed the word "physically" in your question.

    You could use Disk2vhd to create a vhd-file from a disk of a physical computer:
    https://learn.microsoft.com/en-us/sysinternals/downloads/disk2vhd

    This created vhd-file could be used to create a VM in Azure with the steps in my first answer.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Andreas Baumgarten 108.8K Reputation points MVP
    2021-02-01T10:30:27.173+00:00

    Hope this helps:

    Prepare a Windows VHD or VHDX to upload to Azure -> https://learn.microsoft.com/en-us/azure/virtual-machines/windows/prepare-for-upload-vhd-image
    Upload a generalized VHD and use it to create new VMs in Azure -> https://learn.microsoft.com/en-us/azure/virtual-machines/windows/upload-generalized-managed
    Create a managed image of a generalized VM in Azure -> https://learn.microsoft.com/en-us/azure/virtual-machines/windows/capture-image-resource
    Create a VM from a managed image -> https://learn.microsoft.com/en-us/azure/virtual-machines/windows/create-vm-generalized-managed

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


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.