Episode 12: Mastering Azure Image Builder (AIB) for advanced image management, Daniel Sol, AIB PM

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

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

  • @alessandromiron7730
    @alessandromiron7730 3 ปีที่แล้ว +3

    Wow... This is fantastic... Always awesome guys

  • @georgeollis
    @georgeollis 2 ปีที่แล้ว

    Great content

  • @kristurk1
    @kristurk1 3 ปีที่แล้ว +2

    Great episode guys, really helpful. Looking forward to AIB going GA

  • @lesgirvan_01
    @lesgirvan_01 3 ปีที่แล้ว +1

    Hi Guys, really enjoyed that episode, really interesting. I am new into WVD (12 months) and in that time, WVD has gone through massive updates and changes, all making it much easier for us to create and deploy, and this has added further to that progress, I am however still looking to achieve my first client on WVD. One thing I have come across as I try these new updates and in particular to the use of images. For testing, and assuming my first client will start with a single VM in the host pool, what I have not been able to do, from the portal, is to add another VM into the same host pool. Say for example a business has grown and now requires an additional VM resource, the ability to have a standard image to deploy and add to the host pool I believe would be a fantastic addition, maybe this is available, but I have not been able achieve this?
    Keep up the great work.

    • @AzureAcademy
      @AzureAcademy 3 ปีที่แล้ว +1

      th-cam.com/video/HGYXsf9IGOs/w-d-xo.html

  • @Nicecube3D
    @Nicecube3D 2 ปีที่แล้ว

    Hello, great video! I have problem with my script it does not seem past the next step. My initial script installs a language pack and needs to restart. I added the diagnostic boot and I can see that the language of my VM has changed. By tale it does not pass to the next script. In the documentation it is written to use an exit code, can you tell me more. Also where i can find the log from write-host ?

  • @schlomo33
    @schlomo33 3 ปีที่แล้ว

    Hi Did you successfully already deployed a WIN11 GEN2 image with image builder, or is this yet not supported? It looks like our VM just hangs and does not continue with the build process. Thanks

  • @asithahttp
    @asithahttp 3 ปีที่แล้ว +1

    gui is interesting

  • @Nicecube3D
    @Nicecube3D 2 ปีที่แล้ว

    At first connexion windows take a lots of time to install module, if you want to avoid this add this script at the end of the customize
    {
    "type": "PowerShell",
    "runElevated": true,
    "name": "DeprovisioningScript",
    "inline": [
    "((Get-Content -path C:\\DeprovisioningScript.ps1 -Raw) -replace 'Sysprep.exe /oobe /generalize /quiet /quit','Sysprep.exe /oobe /generalize /quit /mode:vm' ) | Set-Content -Path C:\\DeprovisioningScript.ps1"
    ]
    }