Creating a Golden Image A golden image is a custom operating system image with all the applications and software installed and configured so that you can create a VM with the image. A golden image is like a preconfigured template for a VM; it saves you time installing and configuring applications on all the VMs…

Automated Image Creation with the Azure Image Builder Azure Image Builder (AIB) is a free, Azure-native tool that allows you to automate the image creation process, and you can still add customization with a PowerShell/Python/ Shell script. AIB uses CLI and PowerShell commands to automate image creation with Microsoft.VirtualMachineImages provider. See Figure 7-6. Figure 7-6. …

Azure Image Gallery Limits There are limits, per subscription, for deploying resources using Azure Compute Gallery: •\   100 galleries per subscription per region •\   1,000 image definitions per subscription, per region •\   10,000 image versions per subscription per region •\   10 image version replicas per subscription per region Any disk attached to the image must…

Automate the Creation of Azure Virtual Desktop Host and Host Pools The following sections cover creation of azure virtual desktop including session host, hostpool and hostpool config using Powershell, Azure CLI, ARM. If you are thinking about automating Azure Virtual Desktop deployment then this section will help you to understand all automation options. Personal Host…