Skip to content

riosengineer/Bicepify

Repository files navigation

💪 Bicepify

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 ⭐

MegaLinter Contributors GitHub Repo stars Static Badge Static Badge Static Badge

🧬 New to Bicep? Getting started

  1. Download VSCode to your machine

  2. Install the Bicep extension

  3. To deploy Bicep files:

  4. Fork this repository so you have a copy to lab with our examples

  5. In your forked repository, click the green Code and Open with VisualStudio for a quick start

  6. Read the README files for further information, explanations and deployment commands to test the example

🧪 About the project

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.

📎 Useful links

Rios Engineer - All Things Azure blog

What is Bicep

Bicep tools

Microsoft Learn - Getting started with Bicep

Offical Bicep Repository

Bicep ResourceModule Repository (lots of Bicep modules already authored for your benefit)

Bicep Public Registry modules Repository

Awesome Azure Bicep list

Azure Bicep Cheat Sheet

🖌️ Authors