How to Start with Azure Bicep?
-
Azure Bicep is a declarative Infrastructure-as-Code language for deploying Azure resources. There are various ways to deploy them, via Azure Portal, ARM Template, Azure CLI, Azure PowerShell, Terraform, and other means. However, unlike Azure Resource Manager Templates, Bicep is very intuitive and understandable even for non-programmers.
Read the article by Nicolas Prigent, a three-time Microsoft MVP, on how to begin with Azure Bicep and start deploying Azure resources in a manageable way.