Skip to content

This repo provides bite-sized samples, blog posts, demos, and helpful tips on Azure Bicep implementation techniques and templates. Please, reach back if you have any questions.

License

Notifications You must be signed in to change notification settings

ElYusubov/Learn-Bicep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e022a89 · Mar 7, 2025
Oct 31, 2023
Nov 14, 2021
Oct 31, 2024
Nov 18, 2021
Mar 27, 2024
Mar 7, 2025
Oct 4, 2024
Oct 30, 2024
Mar 7, 2025
Mar 7, 2025
Mar 7, 2025
Sep 20, 2023
Sep 4, 2021
Nov 14, 2021
Sep 4, 2021
Jan 14, 2025
Jan 15, 2025

Repository files navigation

Learn Bicep

Welcome to a simple, yet powerful step-by-step learning guide repo built with easy-to-start samples on Azure Bicep.

License SL Scan Main-site-deployment

Azure Bicep blog posts

Introduction

This project is created to test Bicep language features, compilation, validations, etc.

Learning by examples is a main focus and accomplished through writing simple and helpful Azure infrastructure code with Bicep language.

The followings are initial goals of the project:

- Automate deployment via GitHub Actions
- Author Infrastructure as a Code (IaC)
- Author Security as Code (SaC)
- Showcase new features of Azure Bicep as they come

How to run sample demos

Get running your samples in the VS Code:

  • Fork the branch (aka, starting from obvious ;)
  • Install Azure CLI or PowerShell Core on you machine
  • Enable the Bicep runtime on you machine: try 'az bicep version' or 'bicep version'
  • Install VS Code Bicep extension

Workflows

  • SL Scan: shiftleft-analysis:-> describes workflow purpose
  • Deploy-Main-Site: main.deployment:-> describes workflow purpose

Project Layout

  • modules: contain reusable components
  • param-files: Learn about parameterization options in Azure Bicep files
  • samples: contain 11 step deployments of Azure and security services
  • scripts: contain single '.azcli' file that walk you through deployment scripts

About

This repo provides bite-sized samples, blog posts, demos, and helpful tips on Azure Bicep implementation techniques and templates. Please, reach back if you have any questions.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published