Forum Discussion

rphoon's avatar
rphoon
Copper Contributor
Sep 09, 2021

Patching AVD Gold Image

Hi, what would be the recommendation on how you would patch the Gold VM image for shared pools each month WITHOUT using tools such as Intune or Endpoint manager?

 

Thanks.

  • Hi,
    use a DevOps pipeline and build your image using Azure Image Builder. When the image is build deploy new session hosts.
    To delete old session hosts you can use a tag for example with the month and use an azure function to delete those session host.
    Otherwise it's a manual process where you create image, take snapshot and sysprep it.

Resources