Queries for the AHDSDicomDiagnosticLogs table
For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.
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