Skip to content

Commit e500ab0

Browse files
authored
Merge pull request #206282 from sdgilley/patch-12
Update how-to-track-monitor-analyze-runs.md
2 parents b2f27ce + 469e1f1 commit e500ab0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

articles/machine-learning/how-to-track-monitor-analyze-runs.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article shows how to do the following tasks:
3434
> * If you're looking for information on monitoring training jobs from the CLI or SDK v2, see [Track experiments with MLflow and CLI v2](how-to-use-mlflow-cli-runs.md).
3535
> * If you're looking for information on monitoring the Azure Machine Learning service and associated Azure services, see [How to monitor Azure Machine Learning](monitor-azure-machine-learning.md).
3636
>
37-
> If you're looking for information on monitoring models deployed as web services, see [Collect model data](how-to-enable-data-collection.md) and [Monitor with Application Insights](how-to-enable-app-insights.md)F.
37+
> If you're looking for information on monitoring models deployed as web services, see [Collect model data](how-to-enable-data-collection.md) and [Monitor with Application Insights](how-to-enable-app-insights.md).
3838
3939
## Prerequisites
4040

@@ -139,13 +139,6 @@ To cancel a job in the studio, using the following steps:
139139

140140
1. See [how to create and manage log alerts using Azure Monitor](../azure-monitor/alerts/alerts-log.md).
141141

142-
## Example notebooks
143-
144-
The following notebooks demonstrate the concepts in this article:
145-
146-
* To learn more about the logging APIs, see the [logging API notebook](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/track-and-monitor-experiments/logging-api/logging-api.ipynb).
147-
148-
* For more information about managing jobs with the Azure Machine Learning SDK, see the [manage jobs notebook](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/track-and-monitor-experiments/manage-runs/manage-runs.ipynb).
149142

150143
## Next steps
151144

0 commit comments

Comments
 (0)