Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/0cd4506d8150a5ed7f04759f4d47463f to your computer and use it in GitHub Desktop.
Save goyalmohit/0cd4506d8150a5ed7f04759f4d47463f to your computer and use it in GitHub Desktop.
{
"policyRule": {
"if": {
"allOf": [
{
"field": "location",
"notIn": [ "eastus", "eastus2", "westus", "westus2" ]
},
{
"field": "location",
"notEquals": "global"
},
{
"field": "type",
"notEquals": "Microsoft.AzureActiveDirectory/b2cDirectories"
}
]
},
"then": {
"effect": "deny"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment