BICEP vs Terraform. Which one should I use?

Поділитися
Вставка
  • Опубліковано 11 січ 2023
  • H4ppy N3w Y34r - London Microsoft DevOps Meetup! (11/01/2023)
    BICEP vs Terraform. Which one should I use?
    Showcasing both tools (Azure BICEP and Terraform) to outline the differences between the two. Demonstrating the strengths and weaknesses between the two showing users which tool would suite their needs. The demo will be showcased in CI/CD pipelines showing how they operate in a automated DevOps world.
    Speaker: Jonathan D'Aloia
    LinkedIn: / jonathan-d-aloia
  • Наука та технологія

КОМЕНТАРІ • 1

  • @kaunglvlv
    @kaunglvlv 4 дні тому

    This sounded more of a sell on bicep which is fine. It has its benefits.
    One of the benefits of IaC is to have a tear down system for infrastructure. Not being able to remove infrastructure is a major drawback. This is especially useful in cases of PR validations.
    Additionally, for Azure, resource groups should be in IaC. To the point I made above, this is beneficial to a tear down system.
    I do agree that Terraform has more overhead. I would only use it if I had a dedicated DevOps team or in multi-cloud scenario.