AHDSDicomDiagnosticLogs 數據表的查詢
如需在 Azure 入口網站 中使用這些查詢的詳細資訊,請參閱Log Analytics教學課程。 如需 REST API,請參閱 查詢。
每個記錄的記錄計數,從 Dicom100 錯誤碼和 CorrelationId 開始
取得從 Dicom 服務每個 CorrelationId 發出之 Dicom100 錯誤開始的記錄計數。 結果包含 CorrelationId 的計數。
AHDSDicomDiagnosticLogs
| where Message startswith "DICOM100:"
| summarize Count = count() by CorrelationId