In this video, we’ll go over the what, why, and how of Project Bicep and how it’s going to make deploying infrastructure to Azure even easier. We’ll go over the basics of what makes Bicep useful, as well as show off some of the more advanced capabilities.
As ARM deployments become more complex, using linked and nested templates allow you to break these deployments down into smaller reusable components. In this session Neil will demonstrate…
Learn Modules on building ARM templates with Pierre Roman and Abel Wang. Jump To: [01:00] Loops in ARM Templates intro[01:47] Copy function in a simple ARM Template[06:40] Deploying copies of resources…
Variables are very useful in all king of scenarios to simplify things. Azure Resource Manager (ARM) templates aren't an exception and the variable will offer great flexibility. In…
The ARM templates are very powerful and useful, we can agree on that. However, something it could be hard to get started. In this tutorial you will learn…