Allowed Region Policy
{ | |
"$schema": "http://schema.management.azure.com/schemas/2015-10-01-preview/policyDefinition.json", | |
"if": { | |
"not": { | |
"field": "location", | |
"in" : ["australiaeast" , "australiasoutheast"] | |
} | |
}, | |
"then": { | |
"effect": "deny" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment