Skip to content

Commit 3687dd6

Browse files
authored
Link fixed.
1 parent 35084ae commit 3687dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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).

0 commit comments

Comments
 (0)