Skip to content

Commit fbd062c

Browse files
authored
Merge pull request #207169 from v-rajagt/sagopal
Link fixed.
2 parents da3e49c + 32c5ec3 commit fbd062c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/machine-learning/how-to-use-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ You can use environments when you deploy your model as a web service. This capab
368368

369369
If you are defining your own environment for web service deployment, you must list `azureml-defaults` with version >= 1.0.45 as a pip dependency. This package contains the functionality that's needed to host the model as a web service.
370370

371-
To deploy a web service, combine the environment, inference compute, scoring script, and registered model in your deployment object, [`deploy()`](/python/api/azureml-core/azureml.core.model.model#deploy-workspace--name--models--inference-config-none--deployment-config-none--deployment-target-none--overwrite-false-). For more information, see [How and where to deploy models](how-to-deploy-and-where.md).
371+
To deploy a web service, combine the environment, inference compute, scoring script, and registered model in your deployment object, [`deploy()`](/python/api/azureml-core/azureml.core.model.model#deploy-workspace--name--models--inference-config-none--deployment-config-none--deployment-target-none--overwrite-false-). For more information, see [How and where to deploy models](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
372372

373373
In this example, assume that you've completed a training run. Now you want to deploy that model to Azure Container Instances. When you build the web service, the model and scoring files are mounted on the image, and the Azure Machine Learning inference stack is added to the image.
374374

@@ -414,5 +414,5 @@ Using the Azure Machine Learning extension, you can create and manage environmen
414414

415415
## Next steps
416416

417-
* After you have a trained model, learn [how and where to deploy models](how-to-deploy-and-where.md).
417+
* After you have a trained model, learn [how and where to deploy models](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
418418
* View the [`Environment` class SDK reference](/python/api/azureml-core/azureml.core.environment%28class%29).

articles/machine-learning/v1/how-to-use-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ az ml environment download -n myenv -d downloaddir
6767

6868
## Next steps
6969

70-
* After you have a trained model, learn [how and where to deploy models](../how-to-deploy-and-where.md).
70+
* After you have a trained model, learn [how and where to deploy models](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
7171
* View the [`Environment` class SDK reference](/python/api/azureml-core/azureml.core.environment%28class%29).

0 commit comments

Comments
 (0)