Skip to content

Instantly share code, notes, and snippets.

@andrewmatveychuk
Created December 19, 2022 15:25
Show Gist options
  • Save andrewmatveychuk/1770e42e4f80104934bc326e9a79aa56 to your computer and use it in GitHub Desktop.
Save andrewmatveychuk/1770e42e4f80104934bc326e9a79aa56 to your computer and use it in GitHub Desktop.
Hardcoded Azure Policy effect
"policyRule": {
"if": {
// Rule conditions
},
"then": {
"effect": "Audit"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment