Skip to content

Commit 0987ac8

Browse files
author
Larry
committed
elevating h3's to h2's to see how the right-nav looks
1 parent 4c30e3b commit 0987ac8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ When setting up your events, you can apply filters to only trigger on specific e
8787

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

90-
## Sample scenarios
91-
92-
### Use a Logic App to send email alerts
90+
## Sample: Send email alerts
9391

9492
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.
9593

@@ -122,7 +120,7 @@ Leverage [Azure Logic Apps](https://docs.microsoft.com/azure/logic-apps/) to con
122120
![confirm-logic-app-create](./media/how-to-use-event-grid/confirm-logic-app-create.png)
123121

124122

125-
### Use a Logic App to trigger retraining workflows when data drift occurs
123+
## Sample: Trigger retraining workflows when data drift occurs
126124

127125
Models go stale over time, and not remain useful in the context it is running in. One way to tell if it's time to retrain the model is detecting data drift.
128126

@@ -169,7 +167,7 @@ Now the data factory pipeline is triggered when drift occurs. View details on yo
169167

170168
![view-in-workspace](./media/how-to-use-event-grid/view-in-workspace.png)
171169

172-
### Use Azure Functions to deploy a model based on tags
170+
## Sample: Deploy a model based on tags
173171

174172
An Azure Machine Learning model object contains parameters you can pivot deployments on such as model name, version, tag, and property. The model registration event can trigger an endpoint and you can use an Azure Function to deploy a model based on the value of those parameters.
175173

0 commit comments

Comments
 (0)