Bicepify is a sample code repository project with a mission to simplify getting started into Azure Bicep.
We aim to do this by creating real example templates that are easy to digest and break down Azure Bicep concepts, with straight to the point explanations to jump start your Bicep journey 🚀
If you find this repository useful, please save the repository by hitting the ⭐
-
Download VSCode to your machine
-
Install the Bicep extension
-
To deploy Bicep files:
- Install AzureCLI [recommended method] or
- Azure PowerShell (must install Bicep manually if you want to use with PowerShell)
-
Fork this repository so you have a copy to lab with the examples
-
In your forked repository, click the green Code and Open with VisualStudio for a quick start
-
Read the README files for further information, explanations and deployment commands to test the example
There's lots of great blog articles, Microsoft Documentation and repositories out there for Bicep.
However, the data is scattered and sometimes the official documentation will have minimal examples or lack some context where real world examples can benefit the community to grasp the concept in a more relatable way.
This is where we hope to bridge the gap for new Bicep users getting started, or those trying to elevate their Infrastructure as Code to a new level using some fantastic concepts Bicep has to offer.
Using simple templated examples, with test data, the examples in this repository we hope will enable others to learn and benefit from.
Within the \bicep-examples
or \bicep-cicd-examples
folders you will find categorised concept folders that further contain example .bicep
templates and their supporting documentation & files.
These will showcase a particular Bicep concept with a corresponding README file to give an explanation of what the example is, and how it can benefit.
Where possible, examples will be complimented by a blog post giving a deeper dive.
Rios Engineer - All Things Azure blog
Azure Bicep Users LinkedIn Group
Microsoft Learn - Getting started with Bicep