Skip to content

Commit 0e7fe95

Browse files
author
Larry
committed
fixing link
1 parent e326d5c commit 0e7fe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/concept-model-management-and-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Azure ML gives you the capability to track the end-to-end audit trail of all of
148148
- [Interpretability](how-to-machine-learning-interpretability.md) allows you to explain your models, meet regulatory compliance, and understand how models arrive at a result for given input.
149149
- Azure ML Run history stores a snapshot of the code, data, and computes used to train a model.
150150
- The Azure ML Model Registry captures all of the metadata associated with your model (which experiment trained it, where it is being deployed, if its deployments are healthy).
151-
- [Integration with Azure Event Grid](concept-event-grid-integration) allows you to act on events in the ML lifecycle. For example, model registration, deployment, data drift, and training (run) events.
151+
- [Integration with Azure Event Grid](concept-event-grid-integration.md) allows you to act on events in the ML lifecycle. For example, model registration, deployment, data drift, and training (run) events.
152152

153153
> [!TIP]
154154
> While some information on models and datasets are automatically captured, you can add additional information by using __tags__. When looking for registered models and datasets in your workspace, you can use tags as a filter.

0 commit comments

Comments
 (0)