Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,380 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to get rowsRead and rowsCopied metric from a Azure data factory pipeline run in Azure log analytics
Thank you for this...After doing my research, I realized it's possible to get it from the ADFActivityRun in Log Analytics by using the (RowsRead = parse_json(Output).rowsRead), (RowsCopied = parse_json(Output).rowsCopied). I hope this is useful for someone.