Hi @Jmurch
Azure VM Image Builder is a fully managed Azure service that can help you build and maintain virtual machine images. You can use it to specify a source image, a customization to perform, and where the new image is to be distributed. You can also connect it to your existing virtual networks, so that you can communicate with existing configuration servers, such as DSC (desired state configuration pull server), Chef, and Puppet, file shares, or any other routable servers and services. Additionally, you can use Azure Compute Gallery to share your VM images.
You can find more information about Azure VM Image Builder and Azure Compute Gallery in the following links:
- Azure VM Image Builder overview: https://learn.microsoft.com/en-us/azure/virtual-machines/image-builder-overview?tabs=azure-powershell
- Share VM images in a compute gallery: https://learn.microsoft.com/en-us/azure/virtual-machines/share-gallery-direct?tabs=portaldirect
Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.