Skip to content

Commit b2eaebe

Browse files
Merge pull request #207148 from v-rajagt/cesardl
Link fixed.
2 parents 9bca490 + b92aa32 commit b2eaebe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/machine-learning/how-to-configure-auto-train.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,4 +439,4 @@ For more examples on how to do include AutoML in your pipelines, please check ou
439439

440440
## Next steps
441441

442-
+ Learn more about [how and where to deploy a model](how-to-deploy-and-where.md).
442+
+ Learn more about [how and where to deploy a model](/azure/machine-learning/how-to-deploy-managed-online-endpoints).

articles/machine-learning/how-to-generate-automl-training-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,5 +484,5 @@ However, in order to load that model in a notebook in your custom local Conda en
484484

485485
## Next steps
486486

487-
* Learn more about [how and where to deploy a model](how-to-deploy-and-where.md).
487+
* Learn more about [how and where to deploy a model](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
488488
* See how to [enable interpretability features](how-to-machine-learning-interpretability-automl.md) specifically within automated ML experiments.

articles/machine-learning/v1/how-to-configure-auto-train-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ model = run.register_model(model_name = model_name,
523523
```
524524

525525

526-
For details on how to create a deployment configuration and deploy a registered model to a web service, see [how and where to deploy a model](../how-to-deploy-and-where.md?tabs=python#define-a-deployment-configuration).
526+
For details on how to create a deployment configuration and deploy a registered model to a web service, see [how and where to deploy a model](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
527527

528528
> [!TIP]
529529
> For registered models, one-click deployment is available via the [Azure Machine Learning studio](https://ml.azure.com). See [how to deploy registered models from the studio](../how-to-use-automated-ml-for-ml-models.md#deploy-your-model).
@@ -542,7 +542,7 @@ For general information on how model explanations and feature importance can be
542542
543543
## Next steps
544544

545-
+ Learn more about [how and where to deploy a model](../how-to-deploy-and-where.md).
545+
+ Learn more about [how and where to deploy a model](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
546546

547547
+ Learn more about [how to train a regression model with Automated machine learning](../tutorial-auto-train-models.md).
548548

0 commit comments

Comments
 (0)