Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 2.27 KB

devtest-lab-create-custom-image-from-vm-using-portal.md

File metadata and controls

60 lines (38 loc) · 2.27 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
Create an Azure DevTest Labs custom image from a VM | Microsoft Docs
Learn how to create a custom image in Azure DevTest Labs from a provisioned VM using the Azure portal
devtest-lab,virtual-machines
na
tomarcher
douge
devtest-lab
na
na
na
article
01/10/2017
tarcher

Create a custom image from a VM

[!INCLUDE devtest-lab-custom-image-definition]

Step-by-step instructions

You can create a custom image from a provisioned VM, and afterwards use that custom image to create identical VMs. The following steps illustrate how to create a custom image from a VM:

  1. Sign in to the Azure portal.

  2. Select More services, and then select DevTest Labs from the list.

  3. From the list of labs, select the desired lab.

  4. On the lab's blade, select My virtual machines.

  5. On the My virtual machines blade, select the VM from which you want to create the custom image.

  6. On the VM's blade, select Create custom image (VHD).

    Create custom image menu item

  7. On the Create image blade, enter a name and description for your custom image. This information is displayed in the list of bases when you create a VM.

    Create custom image blade

  8. Select whether sysprep was run on the VM. If the sysprep was not run on the VM, specify whether you want sysprep run when a VM is created from this custom image.

  9. Select OK when finished to create the custom image.

[!INCLUDE devtest-lab-try-it-out]

Related blog posts

##Next steps