Forum Discussion

MoOloomi's avatar
MoOloomi
Copper Contributor
Nov 16, 2020

Query for getting logs for Azure Machine Learning pipeline runs

What's the KQL query for getting the logs for an AML Pipeline run?
 
I could only find a sample query for ADF pipelines as follows:

 

// Pipeline runs latest Status
// Returns latest Status of pipeline runs.
ADFPipelineRun
| summarize argmax(TimeGenerated, * ) by RunId, Status, _ResourceId