Skip to content

Commit 7926a91

Browse files
authored
Link fixed
1 parent 44bceb3 commit 7926a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/v1/how-to-enable-data-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The path to the output data in the blob follows this syntax:
6060

6161
- You need a trained machine-learning model to be deployed to AKS. If you don't have a model, see the [Train image classification model](../tutorial-train-deploy-notebook.md) tutorial.
6262

63-
- You need an AKS cluster. For information on how to create one and deploy to it, see [How to deploy and where](how-to-deploy-and-where.md).
63+
- You need an AKS cluster. For information on how to create one and deploy to it, see [Deploy machine learning models to Azure](v1/how-to-deploy-and-where.md).
6464

6565
- [Set up your environment](../how-to-configure-environment.md) and install the [Azure Machine Learning Monitoring SDK](/python/api/overview/azure/ml/install).
6666

@@ -113,7 +113,7 @@ To enable data collection, you need to:
113113
aks_config = AksWebservice.deploy_configuration(collect_model_data=True, enable_app_insights=True)
114114
```
115115

116-
1. To create a new image and deploy the machine learning model, see [How to deploy and where](how-to-deploy-and-where.md).
116+
1. To create a new image and deploy the machine learning model, see [Deploy machine learning models to Azure](v1/how-to-deploy-and-where.md).
117117

118118
1. Add the 'Azure-Monitoring' pip package to the conda-dependencies of the web service environment:
119119
```Python

0 commit comments

Comments
 (0)