Skip to content

Instantly share code, notes, and snippets.

@stusklinar
Created April 4, 2025 14:36
Show Gist options
  • Save stusklinar/d2a7a13333089ce87ac439ece0349c21 to your computer and use it in GitHub Desktop.
Save stusklinar/d2a7a13333089ce87ac439ece0349c21 to your computer and use it in GitHub Desktop.
Azure Locations AZ Policy
{
"mode": "All",
"policyRule": {
"if": {
"not": {
"field": "location",
"in": [
"uksouth",
"ukwest"
]
}
},
"then": {
"effect": "Deny"
}
},
"metadata": {
"category": "Location",
"version": "1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment