AppExceptions 數據表的查詢

前3名瀏覽器例外狀況

今天回報的最高例外狀況為何?

AppExceptions
| where notempty(ClientBrowser) and ClientType == 'Browser'
| summarize total_exceptions = sum(ItemCount) by ProblemId
| top 3 by total_exceptions desc