https://github.com/piraces/bicep-demo
Bicep presentation and demo for the "Arrancando curso 2021-2022 con fuerza: Bicep!" talk
https://github.com/piraces/bicep-demo
arm-templates azure azure-cli bicep bicep-cli biceplang marp slides slideshow
Last synced: 3 months ago
JSON representation
Bicep presentation and demo for the "Arrancando curso 2021-2022 con fuerza: Bicep!" talk
- Host: GitHub
- URL: https://github.com/piraces/bicep-demo
- Owner: piraces
- License: mit
- Created: 2021-11-12T23:30:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T14:12:58.000Z (over 3 years ago)
- Last Synced: 2025-01-08T09:45:46.030Z (4 months ago)
- Topics: arm-templates, azure, azure-cli, bicep, bicep-cli, biceplang, marp, slides, slideshow
- Language: Bicep
- Homepage: https://piraces.github.io/bicep-demo/
- Size: 3.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Bicep demo
Bicep presentation and demo for the "Arrancando curso 2021-2022 con fuerza: Bicep!" talk.# Presentation
The slides are made with [Marp](https://marp.app/), written in Markdown and with some customisations in HTML.
The raw source for the slides are available in the `slides` folder.The presentation is published with [a GitHub action](https://github.com/piraces/bicep-demo/actions/workflows/slides.yml), generating the presentation in different formats (PDF and PPTX) and publishing them as artifacts. The action also publish it as a interactive website in GitHub Pages [here](https://piraces.github.io/bicep-demo/).
# Demo
All resources used in the demo are available in this repository.
## ARM Templates
The ARM templates used in this demo are available in the folder `arm_templates` (each example in a subdirectory with a `README.md` file to help to manage it).
The main goal of these templates is to show the process of migrating to Bicep.
## Bicep files
The `.bicep` files used in this demo are available in the folder `bicep_files` (each example in a subdirectory with a `README.md` file to help to manage it).
The main goal of these files is to show the main funcionallity of Bicep and perform a test deployment to show all the process to deploy to Azure.
# License
MIT