Skip to content

Instantly share code, notes, and snippets.

@Torxsmind
Last active March 6, 2020 17:21
Show Gist options
  • Select an option

  • Save Torxsmind/ac4f1f4bc66a753e706b6ec13dd9fe67 to your computer and use it in GitHub Desktop.

Select an option

Save Torxsmind/ac4f1f4bc66a753e706b6ec13dd9fe67 to your computer and use it in GitHub Desktop.
Azure NSG Blocked Events
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