Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 2.25 KB

Readme.md

File metadata and controls

27 lines (22 loc) · 2.25 KB

Azure Image Builder (AIB) and Shared Image Gallery (SIG) Templates for WVD host pool deployment

These two templates will create a Windows 10 Image that will then be distributed to Azure Shared Image Gallery that can then be used to build a WVD Host Pool from.

There are two templates. The first is in the 1.AzureImageBuilder folder called DeployAnImage.json. Run this template by using CreateAIBImage.ps1.

  • This will Register Azure Image Builder as it is currently in preview. (You will need to remove the comments)
  • Create a Resource group and provide AIB with permissions to it. Set your Resource Group in the variables section.
  • Then deploy an Windows 10 multi Session Image template.
  • It calls SetupGoldenImage.ps1 to install software into the Image - modify this for the software you want to install.
  • It then builds the Image.

In conjunction with the above - In 2.SharedImageGallery are templates that will distribute the image to a new Shared Image gallery and then you can create a host pool from this.

This will build an Image in the Shared Image Gallery