Azure DevOps Pipelines and Bicep

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

КОМЕНТАРІ • 12

  • @Ed.E
    @Ed.E 10 місяців тому +1

    Incredibly useful, thank you

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

    Thank you Travis. It is a great video

  • @FelipeAugusto-xh8zc
    @FelipeAugusto-xh8zc 2 роки тому +4

    Hi Travis, I'd recommend you use only commands whenever is possible and forget about tasks. In this scenario, for example, you will probably face a problem if you need to deploy a hub-spoke in different subs because you can't reference it properly. Nice video, and keep it up.

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

      Thanks for the tip!

  • @AiOakenfull
    @AiOakenfull 3 місяці тому

    Where is the link of the series for creating bicep files?

  • @jandresjn
    @jandresjn Рік тому

    Thanks. I have a doubt. Why you use pipelines instead of the delivery section to deploy resources.

  • @satish2932
    @satish2932 3 місяці тому

    How to target particular azure bicep module using azure devops pipeline

  • @robinstahlwarelius1845
    @robinstahlwarelius1845 Рік тому

    Thx! Great video :)

  • @holaconn1754
    @holaconn1754 Рік тому +1

    Thank you for the awesome video. When we deploy more resources together via bicep, which resource get to deploy first? does it have an order ?

  • @lattebean66
    @lattebean66 3 місяці тому

    I hope this could have been a bit simpler, like creating only a single resource (e.g. Storage Account) just to sideline that bit of "complexity" when deploying bastion.
    But still a great video overall

  • @dankitch
    @dankitch Рік тому

    How do you handle the scenario where you want to create a pull request into the master branch and deploy the resources without cleaning them up?
    For example, I am happy with my deployment and I want to deploy it into production?

    • @heheh6345
      @heheh6345 Рік тому

      The Job called Clean Up Resources is just for testing purposes. You'd remove that Job so that the resources will remain