Skip to content

Commit 9ab83ca

Browse files
authored
Update how-to-use-event-grid.md
1 parent 475f857 commit 9ab83ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-use-event-grid.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Create event driven machine learning workflows
2+
title: Trigger events in ML workflows
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to use event grid with Azure Machine Learning to enable event driven solutions.
4+
description: Learn how to trigger event-driven applications, processes, or CI/CD workflows based on Azure Machine Learning events to simplify your ML lifecycle.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -12,9 +12,9 @@ ms.reviewer: larryfr
1212
ms.date: 03/11/2020
1313
---
1414

15-
# Create event driven machine learning workflows (Preview)
15+
# Trigger event-driven applications, processes, or CI/CD workflows based on Azure Machine Learning events (Preview)
1616

17-
In this article, you learn how to define machine learning actions, such as failure notification emails or ML pipeline runs when events or conditions are detected by [Azure Event Grid](https://docs.microsoft.com/azure/event-grid/).
17+
In this article, you learn how to set up event-driven applications, processes, or CI/CD workflows based on Azure Machine Learning events, such as failure notification emails or ML pipeline runs, when certain conditions are detected by [Azure Event Grid](https://docs.microsoft.com/azure/event-grid/).
1818

1919
Azure Machine Learning manages the entire lifecycle of machine learning process, including model training, model deployment, and monitoring. You can use Event Grid to react to Azure Machine Learning events, such as the completion of training runs, the registration and deployment of models, and the detection of data drift, by using modern serverless architectures. You can then subscribe and consume events such as run status changed, run completion, model registration, model deployment, and data drift detection within a workspace.
2020

0 commit comments

Comments
 (0)