Skip to content

Instantly share code, notes, and snippets.

@geekzter
Last active May 1, 2021 07:04
Show Gist options
  • Save geekzter/b08b1668c5c539efca6a4e23925a013b to your computer and use it in GitHub Desktop.
Save geekzter/b08b1668c5c539efca6a4e23925a013b to your computer and use it in GitHub Desktop.
Azure Firewall denied outbound HTTP traffic
AzureDiagnostics
| where Category == "AzureFirewallApplicationRule"
| where msg_s contains("Deny")
| project TimeGenerated, msg_s
| order by TimeGenerated desc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment