Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Files

11 lines (9 loc) · 259 Bytes

count-azure-diagnostics-records-per-category.md

File metadata and controls

11 lines (9 loc) · 259 Bytes

Count Azure diagnostics records per category

#count

Count Azure diagnostics records for each unique category.

AzureDiagnostics 
| where TimeGenerated > ago(1d)
| summarize count() by Category