Last active
May 1, 2021 07:04
-
-
Save geekzter/b08b1668c5c539efca6a4e23925a013b to your computer and use it in GitHub Desktop.
Azure Firewall denied outbound HTTP traffic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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