Azure Resource Manager (ARM) templates have been around for about as long as Azure Cloud. However, when creating larger, more complex templates it can be challenging to wade through all of that JSON notation. Enter Bicep! Developed by Microsoft to help make Azure cloud templates more “code-like” and easier to develop and read, this new language allows a developer to write templates more like traditional code. I’ll walk through what Bicep is and show some live demonstrations of Bicep in action. Join me in flexing our Azure cloud biceps!