Bicep: Modern language for ARM Template?

Infrastructure as a Code Infrastructure as code is the process of automating your infrastructure (networks, virtual machines, load balancers, and connection topology) provisioning. It uses a descriptive coding language and versioning system that is like what is used for source code. Idempotence is a principle of Infrastructure as Code. Azure provides native support for IaC via the Azure…