ptsouk / Automated-Azure-Policy-Remediation

An example of using Event Grid to Trigger a Policy remediation workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An example of using Event Grid to Trigger a Policy remediation workflow

License:MIT License


Languages

Language:Bicep 100.0%