Azure Image Builder Install Software with PowerShell Customizations

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 18

  • @KelvinyChannel
    @KelvinyChannel 3 роки тому

    Thanks, Travis. It's a helpful and detailed walkthrough of every step. You make the deployment process very clear.

    • @Ciraltos
      @Ciraltos  3 роки тому

      Glad it was helpful!

  • @terrym8016
    @terrym8016 10 місяців тому

    Thanks, it would be a great to add one more video that shows how to do advanced items like validation and integration with the Compute Gallery. Also the blob storage appears different now that it is GA. I don't see a packerlogs container, and am having a harder time debugging.

  • @voyagertrg
    @voyagertrg 4 роки тому

    Thank you, Travis! very helpful video and information. at the moment we are just preparing to implement WVD.

    • @Ciraltos
      @Ciraltos  4 роки тому

      Glad it was helpful!

  • @asriazmi
    @asriazmi 3 роки тому

    Awesome tutorial. Two thumbs up

  • @mosksky
    @mosksky 4 роки тому

    Thank you Travis - as always straight to the topic!
    Question thought, how would you accomplish domain join part? I am thinking to store secrete (ad credentials) in the KV and then just run custom extension on the vm (netdom join.....) but in that case i need to have PE / PL from VM vNet to the KV (assuming KV is in the other "AD" subscription), so even so running netdom is super easy but other settings are not that scalable. What about DSC, if you've done that before could you share in the next learning session ? Thank you again, great work man!!

    • @Ciraltos
      @Ciraltos  4 роки тому +1

      A custom script extension or DSC would work. The custom script extension seems like a better option because it only runs one at deployment. There is a domain join extinction that can be added to a ARM template that makes it easy. The password for the domain join account can be referenced to keep secrets out of the code.

    • @mosksky
      @mosksky 3 роки тому

      @@Ciraltos have you used ADO Azure VM Image Builder DevOps Task (Preview)? could you create a video using custom script creation with ADO?

  • @GAURAVKVNIEC
    @GAURAVKVNIEC 2 роки тому

    Hi Travis,
    May I know how we can download software executables from a private storage Account having size more than 1GB as currently the File customizer has an option to download files upto 20 MB only.

    • @Ciraltos
      @Ciraltos  2 роки тому

      That was covered in the video, I used AZ Copy to download a .zip file from a storage account to get around the 20 mb limit.

    • @GAURAVKVNIEC
      @GAURAVKVNIEC 2 роки тому

      @@Ciraltos Thanks Travis.After watching your video again and using your github code, my issue gets resolved.Thanks once again.

  • @yogeshkulkarni7936
    @yogeshkulkarni7936 4 роки тому

    How to install software using "LocalSystem" account, by default its taking "NT Authority" and due to the permissions, the Start-process... installation not working to install the software using msi file.

  • @simplymanoj
    @simplymanoj 3 роки тому

    Can I update the same image created earlier instead of deleting the image and creating one again?

  • @MrTechdude1
    @MrTechdude1 4 роки тому

    Do you do freelance work? I have a small business and need AD/AD DS setup.

    • @Ciraltos
      @Ciraltos  4 роки тому

      Unfortunately I don't have much spare time for any freelance work. Thansk!

    • @nylergaskins
      @nylergaskins 3 роки тому

      Do you still need help?

  • @alanyousif1510
    @alanyousif1510 2 роки тому

    can you use winget to install apps