From ARM to Bicep 💪🏽
If you have deployed a resource in Microsoft Azure as part of your CI/CD pipeline you have probably worked with ARM templates. These templates can be used to automate your resource deployment to Azure and help you to have consistent environments whether it’s for testing, development or production purposes. However, there are some shortcomings when it comes to complex environments especially when you have many resources and the dependency between them makes the templates to be either super busy, very complex, or unreadable.
For that Microsoft has introduced Bicep which is designed to overcome these issues and help you with your infrastructure as code setup.
May 10, 2021
8 min