Queries for the StorageMoverCopyLogsTransferred table

For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.

View copy logs Transferred

View the copy logs Transferred of job runs, and optionally filter by specific job run name.

StorageMoverCopyLogsTransferred
//| where JobRunName = "<your job run name>" // Fill in the placeholder and uncomment this line to filter by a specific job run
| project-away JobRunName
| order by TimeGenerated asc
| limit 100