Infrastructure-as-Code (IaC) helps to provision infrastructures and resources within the Microsoft Azure Cloud. As the name suggests, the goal of IaC is to describe a cloud infrastructure using a configuration file. One tool to create these configurations is the open source project Bicep, which abstracts the complexity of ARM templates and replaces it with a simple language.