This is a supporting repository containing introduction to Bicep examples used when presenting the topic.
- Simple Storage Account
- Simple Windows VM
- Local Module (ACR)
- Publish Remote Module
- Using a Remote Module
- Import Existing Resources
- Subscription Scoped Deploy
- Multi Scoped Deploy
- Publish a Template Spec
- Deploy from a Template Spec
- Update a Template Spec
The labs in this repository assume that you have either cloned this repository or downloaded the zip file and extracted it to your local machine.
- Create a storage account using Bicep
- Add parameters and variables
- Using loops and conditions
- Create and use a local module
- Create and use a remote module
- Convert and migrate resources
- Test and deploy converted templates
- Deploy a subscription scoped resource
- Deploy multi scoped using modules
- Deploy to management groups
- Create and deploy a template spec
- Update and version a template spec