What’s the latest story on IaC?

This page summarizes the projects mentioned and recommended in the original post on /r/AZURE

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  • Terraform has a montly(ish) release schedule: https://github.com/hashicorp/terraform/releases

  • terraform-provider-azurerm

    Terraform provider for Azure Resource Manager

  • Terraform use providers for integrating with i.e Azure, GCP, AWS. So new features from Azure are implemented in the AzureRM Terraform provider (https://github.com/terraform-providers/terraform-provider-azurerm). I think they release new updates once a week on fridays, but it's really up to the community to implement new Azure features.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • bicep

    Bicep is a declarative language for describing and deploying Azure resources

  • Why Bicep: We a ton of customers that use ARM Templates to provision their Azure infra and they did not like the verbosity of the ARM template language but liked the benefits of using a platform native solution. So Bicep really addresses the verbosity problem and if you are starting out in IaC I highly recommend trying out Bicep. We have a great learn module as well. But at the end of the day we want you to be successful on Azure whether it is using TF, Bicep, ARM Templates, CLI, PowerShell.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts