1
什麼是錯用下面的查詢?:應用洞察分析讓運營商
let errIds = exceptions
| where operation_Name == "My Special Operation"
| summarize by operation_Id
traces
| where operation_Name == "My Special Operation" and operation_Id !in (errIds)
| summarize count() by operation_Id
我試圖讓這並不會產生異常操作...