Azure Infrastructure as Code
English
By (author): Eduard Keilholz Erwin Staal Henry Been
About the Technology Infrastructure as code does away with time-consuming manual tasksno more detailed scripts for creating the correct database or virtual machine. Instead, Azure's native IaC tools create infrastructure from a declarative specification in JSON (ARM) or a domain-specific language (Bicep). They empower users to create or recreate complete infrastructures with just a line of code, as well as take advantage of automation tools like Github Actions or Azure Pipelines. See more