You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-use-environments.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,7 @@ This [example notebook](https://github.com/Azure/MachineLearningNotebooks/tree/m
347
347
348
348
[Deploy a model using a custom Docker base image](how-to-deploy-custom-docker-image.md) demonstrates how to deploy a model using a custom Docker base image.
349
349
350
-
This [example notebook](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/deployment/spark) demonstrates how to deploy a Spark model as a Web service.
350
+
This [example notebook](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/deployment/spark) demonstrates how to deploy a Spark model as a web service.
351
351
352
352
## Create and manage environments with the CLI
353
353
@@ -382,4 +382,4 @@ az ml environment download -n myenv -d downloaddir
382
382
* To use a managed compute target to train a model, see [Tutorial: Train a model](tutorial-train-models-with-aml.md).
383
383
* After you have a trained model, learn [how and where to deploy models](how-to-deploy-and-where.md).
384
384
* View the [`Environment` class SDK reference](https://docs.microsoft.com/python/api/azureml-core/azureml.core.environment(class)?view=azure-ml-py).
385
-
* For more information about the concepts and methods described in this article, see this[example notebook](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/training/using-environments).
385
+
* For more information about the concepts and methods described in this article, see the[example notebook](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/training/using-environments).
0 commit comments