Created
August 16, 2016 13:22
-
-
Save ilyas-it83/e033c8e4eb2ab8b8a8c9d217b5d24d6a to your computer and use it in GitHub Desktop.
Azure Resource Manager Policy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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