Skip to content

Commit fe17c83

Browse files
author
Larry
committed
acrolinx
1 parent 0987ac8 commit fe17c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For more information on event types, see [Azure Machine Learning integration wit
2222
Use Event Grid to enable common scenarios such as:
2323

2424
* Send emails on run failure and run completion
25-
* Use an azure function after a model is registered
25+
* Use an Azure function after a model is registered
2626
* Streaming events from Azure Machine Learning to various of endpoints
2727
* Trigger an ML pipeline when drift is detected
2828

@@ -83,13 +83,13 @@ When setting up your events, you can apply filters to only trigger on specific e
8383

8484
1. Go to the Azure portal, select a new subscription or an existing one.
8585

86-
1. Select the filters tab and scroll down to Advanced filters. In the **Key** and **Value** provide the property types you want to filter by. Here you can see the event will only trigger when the run type is a pipeline run or pipeline step run.
86+
1. Select the filters tab and scroll down to Advanced filters. For the **Key** and **Value**, provide the property types you want to filter by. Here you can see the event will only trigger when the run type is a pipeline run or pipeline step run.
8787

8888
:::image type="content" source="media/how-to-use-event-grid/select-event-filters.png" alt-text="filter events":::
8989

9090
## Sample: Send email alerts
9191

92-
Leverage [Azure Logic Apps](https://docs.microsoft.com/azure/logic-apps/) to configure emails for all your events. Customize with conditions and specify recipients to enable collaboration and awareness across teams working together.
92+
Use [Azure Logic Apps](https://docs.microsoft.com/azure/logic-apps/) to configure emails for all your events. Customize with conditions and specify recipients to enable collaboration and awareness across teams working together.
9393

9494
1. In the Azure portal, go to your Azure Machine Learning workspace and select the events tab from the left bar. From here, select __Logic apps__.
9595

0 commit comments

Comments
 (0)