Tag: AzureImageBuilder
-

Using Azure Image Builder to build your custom VM Images – Part 3
In the last two parts we covered how we can use Azure VM Image Builder to create our Images, and how we could troubleshoot if things went wrong. In Part 3 I will cover how we can automate the creation of the Image Template. One of the biggest limitations of the Azure VM Image Builder…
-

Using Azure Image Builder to build your custom VM Images – Part 2
In Part 1 of this series, we saw the basics needed to get an Image built, in Part 2 I want to show you how we can use our existing Intune Software Packages in the built process, a few smaller tricks and how to troubleshoot the whole thing if something goes wrong. Installing Software To…
-

Using Azure Image Builder to build your custom VM Images – Part 1
In Windows 365 you have the option to dynamically prepare your VMs, by leveraging Autopilot device preparation as shown in my post here: https://mikemdm.de/2025/06/15/windows-365-frontline-shared-and-autopilot-device-preparation/What are your options if you want to deploy Images to AVD (Azure / Azure Local or even Hybrid) or to a locally running Hyper-V Machine on a laptop? Well, we are…