对 AZMSDiagnosticErrorLogs 表的查询

发布详细的错误日志

发布诊断的详细错误日志。

AZMSDiagnosticErrorLogs
| where Provider =~ "EventHub"
| project  ActivityName, _ResourceId, OperationResult,ErrorMessage
| summarize by ActivityName

发布详细的错误日志

发布诊断的详细错误日志。

AZMSDiagnosticErrorLogs
| where Provider =~ "ServiceBus"
| project  ActivityName, _ResourceId, OperationResult,ErrorMessage
| summarize by ActivityName