Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinevans1/learn-azure-bicep

Collection of Azure Bicep learning and reference's resources by @kevinevans1
https://github.com/kevinevans1/learn-azure-bicep

arm azure azure-devops bicep bicep-azure biceplang infrastructure-as-code microsoft

Last synced: about 1 month ago
JSON representation

Collection of Azure Bicep learning and reference's resources by @kevinevans1

Awesome Lists containing this project

README

        

# Azure Bicep Learning & Reference Materials

Welcome to the NETRUNNER collection of Bicep learning resources! Please feel free to contribute to below list by a pull request to further help others in the community!

## Authors

- Kevin Evans - GitHub: @kevinevans1 - Twitter: https://twitter.com/thekevinevans

# Bicep Overview
- [What Is Bicep?](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep)
- [Bicep Documentation](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/)

### Authoring Bicep
- [Bicep File Structure](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/file)
- [Bicep Manifest Config File](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-config)
- [Best Practices](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/best-practices)
- [Visual Studio Code](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/visual-studio-code?tabs=CLI)
- [Publish To Private Module Registry](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/private-module-registry?tabs=azure-powershell)

## Deploying Bicep Tools (Locally)
- [Install Bicep Tools](https://docs.microsoft.com/en-gb/azure/azure-resource-manager/bicep/install)

## Migrating To Bicep
- [Migrate To Bicep](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate)
- [Decompiling ARM Template JSON TO Bicep](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/decompile?tabs=azure-cli)
- [Bicep Playground](https://bicepdemo.z22.web.core.windows.net/)

## MS Learn Bicep Learning Path

- [MS Learn Bicep Learning Path](https://aka.ms/learnbicep)

- [Part 1: Fundamentals of Bicep](https://docs.microsoft.com/en-us/learn/paths/fundamentals-bicep/)
- [Part 2: Intermediate Bicep](https://docs.microsoft.com/en-us/learn/paths/intermediate-bicep/)
- [Part 3: Advanced Bicep](https://docs.microsoft.com/en-us/learn/paths/advanced-bicep/)

## CI\CD Bicep Learning Path

### Azure DevOps Deployment
- [Deploy Azure resources by using Bicep and Azure Pipelines](https://docs.microsoft.com/en-us/learn/paths/bicep-azure-pipelines/)

### GitHub Actions Deployment
- [Deploy Azure resources by using Bicep and GitHub Actions](https://docs.microsoft.com/en-us/learn/paths/bicep-github-actions/)

### Microsoft Bicep Official Repos
- [Azure Bicep GitHub Repo](https://github.com/Azure/bicep)
- [Azure Landing Zones (ALZ) Bicep Deployment](https://github.com/Azure/ALZ-Bicep)
- [Bicep Registry Modules](https://github.com/Azure/bicep-registry-modules)
- [Bicep Authoring Devcontainer](https://github.com/Azure/vscode-remote-try-bicep)
- [AKS Bicep Accelerator](https://github.com/Azure/Aks-Construction)
- [Bicep Type Definitions For ARM resources](https://github.com/Azure/bicep-types-az)
- [Bicep Samples For Documentation](https://github.com/Azure/azure-docs-bicep-samples)

### Official Video Resources
- [Azure Deployment & Governance Channel \ Bicep Community Calls](https://www.youtube.com/channel/UCZZ3-oMrVI5ssheMzaWC4uQ/videos)
- [Level Up Your Skills (Bicep) Azure DevOps Blog](https://devblogs.microsoft.com/devops/level-up-your-skills-with-bicep/)
- [How To Use Azure Bicep For Developing ARM Templates (Azure Tips and Tricks)](https://www.youtube.com/watch?v=atWVFV7Y4vY)
- [Learn Live - Introduction to IaC using Bicep](https://www.youtube.com/watch?v=MP60ND7Upn4)
- [Azure Bicep March 2021: Learn everything about the next generation of ARM Templates](https://www.youtube.com/watch?v=l85qv_1N2_A)
- [Building With Bicep](https://mtt.eventbuilder.com/event/60562?source=MTTEUROPE)

### Community Video Resources
- [Building Azure Using Bicep (StreamingCLouds)](https://www.youtube.com/watch?v=V9XBGXImiRU)
- [Understanding Project Bicep (John Savill's Technical Training)](https://www.youtube.com/watch?v=_yvb6NVx61Y)
- [Azure Bicep Tutorial - Next Generation Of IaC (Freek Berson)](https://www.youtube.com/watch?v=Cvbr-pI6G0o)
- [Getting Started With Azure Bicep (Ciraltos)](https://www.youtube.com/watch?v=77AfsFzTsI4)
- [Getting Started With Bicep](https://www.youtube.com/watch?v=C-VAXvEFCkw)
- [Bicep Introduction Series (Marcel Zehner)](https://www.youtube.com/playlist?list=PLMe6dpu8mADIrThzFA-WQwncXQ9BOzGVO)

### Community Books
- [Getting started with Bicep: Infrastructure as code on Azure (Freek Berson)](https://www.amazon.com/Getting-started-Bicep-Infrastructure-Azure-ebook/dp/B0984MQY2N/ref=sr_1_1?keywords=getting+started+with+azure+bicep&qid=1662088127&sr=8-1)
- [Infrastructure as Code with Azure Bicep (Yaser Adel Mehraban)](https://www.amazon.com/Infrastructure-Code-Azure-Bicep-complexities-ebook/dp/B09MFY582M/ref=d_pd_sbs_sccl_1_1/134-9970040-4657518?pd_rd_w=qSE8p&content-id=amzn1.sym.3676f086-9496-4fd7-8490-77cf7f43f846&pf_rd_p=3676f086-9496-4fd7-8490-77cf7f43f846&pf_rd_r=0BGHFEKHE8X7SMNBSBGE&pd_rd_wg=K55l1&pd_rd_r=6bbdcaf9-2f79-469b-a258-e108cbbe7df0&pd_rd_i=B09MFY582M&psc=1)

### Social Media
- [BicepLang Twitter Account](https://twitter.com/BicepLang)

### Labs
- [MTT Building With Bicep Lab](https://github.com/kevinevans1/mtt-building-with-bicep)