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

https://github.com/danielmackay/bicep-demo


https://github.com/danielmackay/bicep-demo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bicep Demo

Created from following this tutorial: https://github.com/Azure/bicep/blob/main/docs/tutorial/01-simple-template.md

## Topics covered
- Simple template
- deploying a bicep file
- using expressions
- using symbolic resource names
- loops, conditions, and existing checks
- creating and consuming modules
- converting arm templates

## Resources
- [Docs](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/)
- [Examples](https://github.com/Azure/bicep/tree/main/docs/examples)
- [Bicep Playground](https://bicepdemo.z22.web.core.windows.net/)
- [VS Code Quickstart](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code?tabs=CLI)
- https://github.com/brydeno/BicepsOfSteel