Infrastructure

Streamlining Azure Deployments: BICEP vs. Terraform for Infrastructure as Code

Infrastructure as Code (IAC) allows us to define our deployable resources and infrastructure using code and software development techniques. IAC gives us the ability to routinely deploy consistent and repeatable infrastructures. This article is specific to deploying to a Microsoft Azure landing zone and will focus on BICEP, ARM, and Terraform.  We will look at their similarities, differences and […]

Read More