tabs-not-spaces / powers-hell-blog

new home for powers-hell.com blog
The Unlicense
4 stars 0 forks source link

Preparing custom image templates with Azure Image Builder & PowerShell | Powers Hell #42

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Preparing custom image templates with Azure Image Builder & PowerShell | Powers Hell

AIB is Microsoft’s solution to configure and customize virtual machine images. The concept of it is pretty great.. pick a reference image from the public market place apply some customization built around HashiCorp's Packer hit build and what you are left with is a fully customized template image that can be hosted in Azure as a managed image or a VHD file.

https://powers-hell.com/2020/09/20/preparing-custom-image-templates-with-azure-image-builder-powershell/

BenJ180 commented 2 years ago

Great post mate. Any chance of that post on building session hosts for AVD using AIB and PowerShell?