I am trying to add an alert/logic apps if Azure ML pipeline completed with Azure ML Output attached in email.
It looks that one of the ways is to create a monitor in the Azure Portal and other way is to create Logic apps.
If i use Azure Monitor – Alerts , is there any eventtype like ‘JobCompleted’ ?
AmlComputeJobEvent
| where ExperimentName == ‘mslearn-train-diabetes’
| where EventType == ‘JobCompleted’
Can you please suggest ?