Forum Discussion
Chris Calaf
Oct 28, 2019Copper Contributor
Creating custom images
What is the preferred method of creating custom images for WVD? Should we use an unmanged image and store the VHD in a storage account or create a VM with a managed disk and capture if after we run s...
- Oct 29, 2019
Chris Calaf https://docs.microsoft.com/en-us/azure/virtual-desktop/set-up-customize-master-image
Did you take a look at this documentation? I think it should answer your questions.
shaunlaughton
Apr 27, 2020Copper Contributor
Chris Calaf Currently, we are using Packer and installing all the apps and configuration using PowerShell. We don't install the RD agent or boot loader during this process. This is done with DSC as part of the host deployment. It works quite well, but currently having a challenge applying FSLogix App Masking rules for Visio/Project to do registry redirection. It seems you cannot do the 'apply to system' from a command line, during the application installation process (this is being done using ODT)