Skip to content

Instantly share code, notes, and snippets.

@stusklinar
Created April 4, 2025 14:38
Show Gist options
  • Save stusklinar/f2681aba76e1f24347685d3284e02fcd to your computer and use it in GitHub Desktop.
Save stusklinar/f2681aba76e1f24347685d3284e02fcd to your computer and use it in GitHub Desktop.
{
"mode": "All",
"policyRule": {
"if": {
"field": "Microsoft.Network/publicIPAddresses",
"exists": "true"
},
"then": {
"effect": "Deny"
}
},
"metadata": {
"category": "Network",
"version": "1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment