Install Applications in Azure Image Builder with PowerShell!

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ค. 2024
  • 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. 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.
    00:00 - Start
    03:23 - Build the Installation Commands
    09:45 - Create the Script and Installation Archive
    13:14 - Build Image Template Commands
    18:00 - Build the Image
    18:34 - Build a VM from the Managed Image
    Links
    Free Azure guide! Subscribe to the newsletter
    subscribepage.io/rbsIjt
    Zero to Hero with Azure Virtual Desktop
    www.udemy.com/course/zero-to-...
    Hybrid Identity with Windows AD and Azure AD
    www.udemy.com/course/hybrid-i...
    Windows 365 Enterprise and Intune Management
    www.udemy.com/course/windows-...
    Cost Management in Azure
    www.udemy.com/course/cost-man...
    Links to code:
    AIBPortalInlineCmds.ps1
    github.com/tsrob50/AIB/blob/m...
    AIBPortalInstallApps.ps1
    github.com/tsrob50/AIB/blob/m...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 6

  • @rauld6288
    @rauld6288 ปีที่แล้ว

    Great video, like all your videos very well explained and documented. I already watched your avd course and is an excellent piece of learning content. A really well done course nothing missed there, like all your content. Thank very much Trevor. Keep it up. Your content help a lot of people. Great work!!!!

  • @robb1267
    @robb1267 ปีที่แล้ว

    Brilliant! Looking forward to rewatching this (to fully understand it) and using your scripts and implementing in my environment!

  • @brucenicholls8419
    @brucenicholls8419 ปีที่แล้ว

    Can you clean up the install files incl az copy, notepad++, etc, leaving the image builder log file using customization in Image Builder?

  • @elfinofficial4071
    @elfinofficial4071 11 หลายเดือนก่อน

    Hello Travis. Thank you for the video.
    I've followed your instructions precisely.
    But I keep getting this error in the packer log: "[ERR] Checkpoint error: mkdir /home/packerizer: permission denied"
    Do you have a guidance as how to remedy this? Thank you so much.

  • @rahman016
    @rahman016 10 หลายเดือนก่อน

    is it possible to install applications in azure image builder manually?

    • @Ciraltos
      @Ciraltos  10 หลายเดือนก่อน

      Do you mean log in and install them? If so, no. Image Builder automates that process. You could install an application on the source image, then let Image Builder do the rest