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?
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.