Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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