{"id":13775346,"url":"https://github.com/riosengineer/Bicepify","last_synced_at":"2025-05-11T07:32:28.027Z","repository":{"id":196054821,"uuid":"693753445","full_name":"riosengineer/Bicepify","owner":"riosengineer","description":"Simplify getting started with Bicep through easy to digest examples🦾","archived":false,"fork":false,"pushed_at":"2025-05-04T20:18:34.000Z","size":108,"stargazers_count":86,"open_issues_count":0,"forks_count":33,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-04T20:28:00.624Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"Bicep","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riosengineer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-19T16:35:38.000Z","updated_at":"2025-04-26T14:46:17.000Z","dependencies_parsed_at":"2023-10-16T18:32:12.466Z","dependency_job_id":"ca10ad2e-191a-478b-bf79-eb93ee8181c9","html_url":"https://github.com/riosengineer/Bicepify","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"11915a7100c409fd7bccee4613cba167b56e11b1"},"previous_names":["riosengineer/bicepify"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riosengineer%2FBicepify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riosengineer%2FBicepify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riosengineer%2FBicepify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riosengineer%2FBicepify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riosengineer","download_url":"https://codeload.github.com/riosengineer/Bicepify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253533991,"owners_count":21923515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-08-03T17:01:37.202Z","updated_at":"2025-05-11T07:32:27.433Z","avatar_url":"https://github.com/riosengineer.png","language":"Bicep","funding_links":[],"categories":["Community"],"sub_categories":["Community Repositories"],"readme":"# 💪 Bicepify\r\n\r\nBicepify is a sample code repository project with a mission to simplify getting started into Azure Bicep.\r\n\r\nWe 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 🚀\r\n\r\nIf you find this repository useful, please save the repository by hitting the ⭐\r\n\r\n[![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)\r\n![Static Badge](https://img.shields.io/badge/Bicep-Learning-blue?logo=microsoftazure\u0026color=%230078D4) ![Static Badge](https://img.shields.io/badge/Bicep-Azure_DevOps-blue?logo=azuredevops\u0026color=%230078D4) ![Static Badge](https://img.shields.io/badge/Bicep-GitHub%20Actions-blue?logo=GitHub\u0026color=%230078D4)\r\n\r\n## 🧬 New to Bicep? Getting started\r\n\r\n1. Download [VSCode](https://code.visualstudio.com/download) to your machine\r\n\r\n2. Install the [Bicep extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-bicep)\r\n\r\n3. To deploy Bicep files:\r\n    - Install [AzureCLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli) **[recommended method]** or\r\n    - [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)\r\n\r\n4. [Fork](https://github.com/riosengineer/Bicepify/fork) this repository so you have a copy to lab with the examples\r\n\r\n5. In your forked repository, click the green Code and Open with VisualStudio for a quick start\r\n\r\n6. Read the README files for further information, explanations and deployment commands to test the example\r\n\r\n## 🧪 About the project\r\n\r\nThere's lots of great blog articles, Microsoft Documentation and repositories out there for Bicep.\r\n\r\nHowever, 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.\r\n\r\nThis 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.\r\n\r\nUsing simple templated examples, with test data, the examples in this repository we hope will enable others to learn and benefit from.\r\n\r\nWithin the `\\bicep-examples` or `\\bicep-cicd-examples` folders you will find categorised concept folders that further contain example `.bicep` templates and their supporting documentation \u0026 files.\r\n\r\nThese 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.\r\n\r\nWhere possible, examples will be complimented by a blog post giving a deeper dive.\r\n\r\n## 📎 Useful links\r\n\r\n[Rios Engineer - All Things Azure blog](https://rios.engineer/)\r\n\r\n[Azure Bicep Users LinkedIn Group](https://www.linkedin.com/groups/13004126/)\r\n\r\n[What is Bicep](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep)\r\n\r\n[Bicep tools](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/install)\r\n\r\n[Microsoft Learn - Getting started with Bicep](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/learn-bicep)\r\n\r\n[Offical Bicep Repository](https://github.com/Azure/bicep)\r\n\r\n[Bicep Azure Verified Modules (AVM) Repository](https://github.com/Azure/bicep-registry-modules)\r\n\r\n[Awesome Azure Bicep list](https://github.com/ElYusubov/AWESOME-Azure-Bicep)\r\n\r\n[Azure Bicep Cheat Sheet](https://github.com/johnlokerse/azure-bicep-cheat-sheet)\r\n\r\n## 🖌️ Authors\r\n\r\n- [Rios Engineer](https://www.github.com/riosengineer)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friosengineer%2FBicepify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friosengineer%2FBicepify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friosengineer%2FBicepify/lists"}