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

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

    Great video as always. I'm playing "Pipeline Bingo" as well. :)

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

      Indeed... I knew I was not alone... :-)

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

    A question on the parameter file, is the reason you had to add the @ to the beginning of a path because you set it as a variable instead of using the file path in the later CLI deployment step?

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

      The Azure CLI requires it to pass the contents of a file to --parameters, much like curl also uses it. With the @ it knows it needs to read from the file path behind it.

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

    What does that build bicep template task do? Do you have a github repo for this?

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

      Yes, the repo in on GitHub. Here's the link to the Azure DevOps pipeline template: github.com/gbaeke/aks-bicep/blob/main/common/deploy-aks-compile.yaml
      I just added the build step as an example to "compile" the Bicep template to Arm. But the actual deployment with the Azure CLI does that automatically for you before sending the compiled template to Azure Resource Manager.

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

    Well done!

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

      I realize it's quite off topic but do anyone know of a good place to watch newly released tv shows online ?

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

      @Diego Tristen Try flixzone. You can find it by googling :)

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

      @Rayan Cash definitely, I've been using Flixzone for years myself :D

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

      @Rayan Cash Thanks, signed up and it seems like a nice service =) Appreciate it!!

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

      @Diego Tristen happy to help xD

  • @2mahender
    @2mahender 2 ปีที่แล้ว +1

    is BIcep compittetor to Terraform?

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

      I dont think so. Its good but no where near to replace terraform.