Last active
March 6, 2020 17:21
-
-
Save Torxsmind/ac4f1f4bc66a753e706b6ec13dd9fe67 to your computer and use it in GitHub Desktop.
Azure NSG Blocked Events
This file contains hidden or 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 ResourceProvider == "MICROSOFT.NETWORK" | |
| | where Category == "NetworkSecurityGroupEvent" | |
| | where direction_s == "In" and type_s == "block" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment