How to create a Windows virtual desktop from local image

Isha Sharma 20 Reputation points
2024-04-18T11:44:07.1866667+00:00

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.

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,365 questions
0 comments No comments
{count} votes

Accepted answer
  1. v-vvellanki-MSFT 3,735 Reputation points Microsoft Vendor
    2024-04-18T12:54:21.5166667+00:00

    Hi @Isha Sharma,

    Thanks for contacting Microsoft Q&A platform.

    Follow below steps to achieve your requirement.

    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

    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

    Hope this helps you.

    0 comments No comments

0 additional answers

Sort by: Most helpful