Pump up Your Cloud Infrastructure with Azure Bicep
Description
The only downside is that ARM templates are verbose and cumbersome to write. Fortunately, Microsoft has our backs and has introduced a new way to build templates that are much easier to read and use. Enter Azure Bicep. It's the same declarative goodness you get with ARM but with much less filler.
In this talk, you'll learn about different ways to represent your infrastructure as code and how to select the correct method for your situation. You'll learn how to build resources using Azure Bicep and how to structure your templates for maximum reuse. Finally, you'll learn some tips and tricks for making your life easier when creating Azure templates.