Queries for the AHDSDicomAuditLogs table
For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.
DICOM privileged operations
Get the count of the privileged operation logs per operation. For example, how many requests have been received to store a DICOM instance.
AHDSDicomAuditLogs
| summarize Count = count() by OperationName