DEV Community

Cover image for AzureFunBytes - Intro to @BicepLang
Jay Gordon for Microsoft Azure

Posted on • Updated on

AzureFunBytes - Intro to @BicepLang

AzureFunBytes is a weekly opportunity to learn more about the fundamentals and foundations that make up Azure. It's a chance for me to understand more about what people across the Azure organization do and how they do it. Every week we get together at 11 AM Pacific on Microsoft LearnTV and learn more about Azure.

This week is Microsoft Build! There are so many sessions to take part in! I wanted to spend some time using one of the amazing things that have come out of this huge event. I have been playing with Azure Bicep lately for creating my resources. Today I'd like to show you how to create a basic template and deploy it to Azure. Then I will look at how quickstart templates are converted in the Bicep Playground. We'll look at the Bicep CLI install, the VS Code plug-in, and of course Azure CLI.

Bicep is a Domain Specific Language (DSL) for creating your Azure resources. While many different methods may select programming languages such as Ruby, Bicep really aims to reduce complexity by introducing a cleaner syntax for you to reuse your code more often. Bicep is a transparent abstraction of ARM templates, which differs from using another general-purpose programming language. Bicep uses Azure Resource Templates (ARM template) files in JSON to compile and deploy your desired infrastructure.

What is Bicep (Preview)?
Install Bicep (Preview) Bicep on GitHub
Quickstart: Create Bicep files with Visual Studio Code
Bicep Playground
ARM template documentation-
Tutorial: Create and deploy first Azure Resource Manager Bicep file
Bicep on Twitter


Learn about Azure fundamentals with me!

Live stream is available on Twitch, YouTube, and LearnTV at 11 AM PT / 2 PM ET Thursday. You can also find the recordings here as well:

AzureFunBytes on Twitch
AzureFunBytes on YouTube
Azure DevOps YouTube Channel
Follow AzureFunBytes on Twitter

Oldest comments (0)