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

Latest commit

 

History

History
11 lines (9 loc) · 268 Bytes

get-a-random-record-for-each-unique-category.md

File metadata and controls

11 lines (9 loc) · 268 Bytes

Get a random record for each unique category

#any

Get a single random AzureDiagnostics' record for each unique category

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