Query Details
//Counts the number of subscription creation events per hour and returns a table with two columns: TimeGenerated and count_. AzureActivity | where OperationNameValue == "Microsoft.Resources/subscriptions/write" | summarize count() by bin(TimeGenerated, 1h)
This query counts the number of subscription creation events per hour and displays the results in a table with two columns: TimeGenerated and count_.

Rod Trent
Released: March 16, 2023
Tables
Keywords
Operators