Skip to content

Commit 76783e4

Browse files
authored
Update concept-azure-machine-learning-architecture.md
1 parent 28f6f6f commit 76783e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/machine-learning/service/concept-azure-machine-learning-architecture.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,11 @@ Activities can provide notifications through the SDK or the web UI so that you c
181181

182182
Azure ML Environments are used to specify the configuration (Docker / Python / Spark / etc.) used to create a reproducible environment for data preparation, model training and model serving. They are managed and versioned entities within your Azure Machine Learning workspace that enable reproducible, auditable, and portable machine learning workflows across different compute targets.
183183

184-
You can use an environment object on your local compute to develop your training script, reuse that same environment on Azure Machine Learning Compute for model training at scale, and even deploy your model with that same environment. For more info, see <a href="./how-to-use-environments>this page</a>.
184+
You can use an environment object on your local compute to develop your training script, reuse that same environment on Azure Machine Learning Compute for model training at scale, and even deploy your model with that same environment.
185+
186+
Learn [how to create and manage a reusable ML environment](how-to-use-environments.md) for training and inference.
187+
188+
185189

186190
### Deployment
187191

0 commit comments

Comments
 (0)