Azure Image Builder provides a way to create images for Azure VM’s in an automated pipeline. It’s even easier with the new portal integration. This video picks up where the previous video left off and goes over the steps to install applications and modify the base OS using PowerShell and Image Builder. We start with the requirements of using silent installation for the software deployment, and then go over how to use inline PowerShell commands and PowerShell scripts to customize the image. The result is a custom Windows 10 multi-user image ready for deployment.
Links:
Zero to Hero with Azure Virtual Desktop
https://www.udemy.com/course/zero-to-hero-with-windows-virtual-desktop/?referralCode=B2FE49E6FCEE7A7EA8D4
Hybrid Identity with Windows AD and Azure AD
https://www.udemy.com/course/hybrid-identity-and-azure-active-directory/?referralCode=7F62C4C6FD05C73ACCC3
Windows 365 Enterprise and Intune Management
https://www.udemy.com/course/windows-365-enterprise-and-intune-management/?referralCode=4A1ED105341D0AA20D2E
Cost Management in Azure
https://www.udemy.com/course/cost-management-in-azure/?referralCode=49438F3AF971E9CB0439
Scripts from the video:
AIBPortalInlineCmds.ps1
https://github.com/tsrob50/AIB/blob/main/AIBPortalInlineCmds.ps1
AIBPortalInstallApps.ps1
https://github.com/tsrob50/AIB/blob/main/AIBPortalInstallApps.ps1