Azure Policy Compliance Monitoring: A Solution in Bicep
- Arlan Nugara
- May 3, 2024
- 1 min read
Overview
This bicep code is developed to automate deployment of a Azure Non-Compliance resource monitoring solution. The solution is a split solution with bicep code creating the solution with the following sequence
Create all resources except Event Grid Topic and Subscription
Deploy the Azure Function (Manual or via AZ CLI / Azure Pipeline / VSCode)
Create the Event Grid Topic and Subscription
Comments