Skip to content

Commit ef960cd

Browse files
author
Larry Franks
committed
fixing problems
1 parent 21f559c commit ef960cd

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

articles/machine-learning/service/concept-event-grid-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Consume Azure Machine Learning Events'
2+
title: 'Consume Azure Machine Learning events'
33
titleSuffix: Azure Machine Learning
44
description: In this article, learn how to use Azure Event Grid to subscribe, react, and unsubscribe to events generated by Azure Machine Learning.
55
services: machine-learning

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create Event Driven Machine Learning Workflows
2+
title: Create event driven machine learning workflows
33
titleSuffix: Azure Machine Learning
44
description: Learn how to use event grid with Azure Machine Learning to enable event driven solutions.
55
services: machine-learning
@@ -13,7 +13,7 @@ ms.date: 11/04/2019
1313
---
1414

1515

16-
# Create Event Driven Machine Learning Workflows (Preview)
16+
# Create event driven machine learning workflows (Preview)
1717

1818
[Azure Event Grid](https://docs.microsoft.com/azure/event-grid/) supports Azure Machine Learning service events. For example, you can use events from run completion, model registration, model deployment, and data drift detection scoped to a workspace.
1919

@@ -79,7 +79,7 @@ az eventgrid event-subscription create \
7979
--subject-begins-with "models/mymodelname"
8080
```
8181

82-
## Sample Scenarios
82+
## Sample scenarios
8383

8484
### Use a Logic App to send email alerts
8585

@@ -151,7 +151,7 @@ In this example, a simple Data Factory pipeline is used to copy files into a blo
151151

152152
1. Login and specify the published Azure Data Factory pipeline to run.
153153

154-
![specify-adf-pipeline](media/how-to-use-event-grid/specify-ADF-pipeline.png)
154+
![specify-adf-pipeline](media/how-to-use-event-grid/specify-adf-pipeline.png)
155155

156156
1. Save and create the logic app using the **save** button on the top left of the page. To view your app, go to your workspace in the [Azure portal](https://portal.azure.com) and click on **Events**.
157157

articles/machine-learning/service/media/how-to-use-event-grid/placeholder

Lines changed: 0 additions & 1 deletion
This file was deleted.
25.4 KB
Loading

0 commit comments

Comments
 (0)