Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riosengineer/Bicepify
Simplify getting started with Bicep through easy to digest examples🦾
https://github.com/riosengineer/Bicepify
azure azure-devops azure-resource-manager azure-resource-templates bicep bicep-azure bicep-cli bicep-lang bicep-language bicep-modules bicep-templates bicepify community infrastructure-as-code learn-azure-bicep learn-bicep
Last synced: 2 months ago
JSON representation
Simplify getting started with Bicep through easy to digest examples🦾
- Host: GitHub
- URL: https://github.com/riosengineer/Bicepify
- Owner: riosengineer
- License: mpl-2.0
- Created: 2023-09-19T16:35:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T09:22:38.000Z (6 months ago)
- Last Synced: 2024-07-16T11:27:25.800Z (6 months ago)
- Topics: azure, azure-devops, azure-resource-manager, azure-resource-templates, bicep, bicep-azure, bicep-cli, bicep-lang, bicep-language, bicep-modules, bicep-templates, bicepify, community, infrastructure-as-code, learn-azure-bicep, learn-bicep
- Language: Bicep
- Homepage:
- Size: 79.1 KB
- Stars: 60
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AWESOME-Azure-Bicep - riosengineer/Bicepify - Easy to digest Bicep concept demo examples
README
# 💪 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](https://github.com/riosengineer/Bicepify/actions/workflows/mega-linter.yml/badge.svg)](https://github.com/riosengineer/Bicepify/actions/workflows/mega-linter.yml) ![Contributors](https://img.shields.io/github/contributors/RiosEngineer/Bicepify?color=dark-green) ![GitHub Repo stars](https://img.shields.io/github/stars/riosengineer/bicepify)
![Static Badge](https://img.shields.io/badge/Bicep-Learning-blue?logo=microsoftazure&color=%230078D4) ![Static Badge](https://img.shields.io/badge/Bicep-Azure_DevOps-blue?logo=azuredevops&color=%230078D4) ![Static Badge](https://img.shields.io/badge/Bicep-GitHub%20Actions-blue?logo=GitHub&color=%230078D4)## 🧬 New to Bicep? Getting started
1. Download [VSCode](https://code.visualstudio.com/download) to your machine
2. Install the [Bicep extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-bicep)
3. To deploy Bicep files:
- Install [AzureCLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli) **[recommended method]** or
- [Azure PowerShell](https://learn.microsoft.com/en-us/powershell/azure/install-azure-powershell?view=azps-10.3.0) (must install [Bicep manually](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/install#install-manually) if you want to use with PowerShell)4. [Fork](https://github.com/riosengineer/Bicepify/fork) this repository so you have a copy to lab with the 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](https://rios.engineer/)
[Azure Bicep Users LinkedIn Group](https://www.linkedin.com/groups/13004126/)
[What is Bicep](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep)
[Bicep tools](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/install)
[Microsoft Learn - Getting started with Bicep](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/learn-bicep)
[Offical Bicep Repository](https://github.com/Azure/bicep)
[Bicep Azure Verified Modules (AVM) Repository](https://github.com/Azure/bicep-registry-modules)
[Awesome Azure Bicep list](https://github.com/ElYusubov/AWESOME-Azure-Bicep)
[Azure Bicep Cheat Sheet](https://github.com/johnlokerse/azure-bicep-cheat-sheet)
## 🖌️ Authors
- [Rios Engineer](https://www.github.com/riosengineer)