Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.15 KB

File metadata and controls

30 lines (20 loc) · 1.15 KB

Automated Azure Policy Remediation

An example of using Event Grid to Trigger a Policy remediation workflow implemented with logic app

Deploy with PowerShell

The required resources and configuration for the implementation are deployed with a bicep template.

New-AzResourceGroupDeployment -Name 'deploymentName' -ResourceGroupName 'resourceGroupName' -TemplateFile .\main.bicep -DeploymentDebugLogLevel All -Verbose

Resources

Reference

Reacting to Azure Policy state change events