https://github.com/danielmackay/bicep-demo
https://github.com/danielmackay/bicep-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielmackay/bicep-demo
- Owner: danielmackay
- Created: 2021-06-17T05:43:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T12:09:59.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T13:36:54.937Z (over 1 year ago)
- Language: Bicep
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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