Skip to content

Instantly share code, notes, and snippets.

@ilyas-it83
Created August 16, 2016 13:22
Show Gist options
  • Save ilyas-it83/e033c8e4eb2ab8b8a8c9d217b5d24d6a to your computer and use it in GitHub Desktop.
Save ilyas-it83/e033c8e4eb2ab8b8a8c9d217b5d24d6a to your computer and use it in GitHub Desktop.
Azure Resource Manager Policy
{
"if" : {
<condition> | <logical operator>
},
"then" : {
"effect" : "deny | audit | append"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment