Skip to content

Instantly share code, notes, and snippets.

@riweston
Last active September 14, 2021 13:40
Show Gist options
  • Save riweston/0d3c64b0c0c5966fab9c27fc11e2e25d to your computer and use it in GitHub Desktop.
Save riweston/0d3c64b0c0c5966fab9c27fc11e2e25d to your computer and use it in GitHub Desktop.
Azure Log Analytics snippets

Verify WAF is blocking traffic

AzureDiagnostics
| where ResourceType == "FRONTDOORS" and Category == "FrontdoorWebApplicationFirewallLog"
| where action_s == "Block"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment