Added folder for May advanced bicep series

This commit is contained in:
Gwyneth Pena 2022-04-15 11:18:24 -04:00
Родитель 0fbcb4e474
Коммит e141f2e08b
1 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,20 @@
# Bicep advanced deployments
In this intermediate level series, we will explore using Bicep to deploy a more complex set of services in Azure. Services like Application Insights, Key Vault, and Azure Monitor can quickly increase the complexity of your deployment with added requirements. We will discuss design consideration for templates with multiple modules. We will share tips and tricks for developing your Bicep modules to be re-usable across multiple projects. This will help you to develop, test, and deploy your Bicep templates and modules faster.
Date | Title | Register Link | Recording
--- | :--- | :--- | :---
May 4th 2022 |[Bicep Advanced deployments part 1](build-vnet-bicep/README.md) | [MeetUp]() |
May 11th 2022 |[Bicep Advanced deployments part 2 ](work-within-vnet/README.md) | [MeetUp]() |
## Resources
- [Gwyneth Pena Siguenza Twitter](https://twitter.com/madebygps)
- [Kevin Oliver Twitter](https://twitter.com/TechnicalPanda)