Queries for the AHDSDicomDiagnosticLogs table

Log count per log starting with Dicom100 error code and CorrelationId

Get the count of logs starting with Dicom100 error emitted from Dicom service per CorrelationId. The result contains count by CorrelationId.

AHDSDicomDiagnosticLogs
| where Message startswith "DICOM100:"
| summarize Count = count() by CorrelationId