Skip to content

Commit cebab52

Browse files
authored
Merge pull request #207992 from pritamso/Broken-link-fix-sdgilley
Broken link fixed
2 parents c2c70e0 + 2671b4c commit cebab52

6 files changed

+11
-11
lines changed

articles/machine-learning/concept-compute-target.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When performing inference, Azure Machine Learning creates a Docker container tha
3939

4040
[!INCLUDE [aml-deploy-target](../../includes/aml-compute-target-deploy.md)]
4141

42-
Learn [where and how to deploy your model to a compute target](how-to-deploy-and-where.md).
42+
Learn [where and how to deploy your model to a compute target](how-to-deploy-managed-online-endpoints.md).
4343

4444
<a name="amlcompute"></a>
4545
## Azure Machine Learning compute (managed)
@@ -172,4 +172,4 @@ For more information, see [set up compute targets for model training and deploym
172172

173173
Learn how to:
174174
* [Use a compute target to train your model](how-to-set-up-training-targets.md)
175-
* [Deploy your model to a compute target](how-to-deploy-and-where.md)
175+
* [Deploy your model to a compute target](how-to-deploy-managed-online-endpoints.md)

articles/machine-learning/how-to-create-attach-compute-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this article, learn how to create and manage compute targets in Azure Machine
3434

3535
## What's a compute target?
3636

37-
With Azure Machine Learning, you can train your model on a variety of resources or environments, collectively referred to as [__compute targets__](v1/concept-azure-machine-learning-architecture.md#compute-targets). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine. You can also create compute targets for model deployment as described in ["Where and how to deploy your models"](how-to-deploy-and-where.md).
37+
With Azure Machine Learning, you can train your model on a variety of resources or environments, collectively referred to as [__compute targets__](v1/concept-azure-machine-learning-architecture.md#compute-targets). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine. You can also create compute targets for model deployment as described in ["Where and how to deploy your models"](how-to-deploy-managed-online-endpoints.md).
3838

3939
## <a id="portal-view"></a>View compute targets
4040

@@ -212,5 +212,5 @@ myvm = ComputeTarget(workspace=ws, name='my-vm-name')
212212

213213
* Use the compute resource to [submit a training run](how-to-set-up-training-targets.md).
214214
* Learn how to [efficiently tune hyperparameters](how-to-tune-hyperparameters.md) to build better models.
215-
* Once you have a trained model, learn [how and where to deploy models](how-to-deploy-and-where.md).
215+
* Once you have a trained model, learn [how and where to deploy models](how-to-deploy-managed-online-endpoints.md).
216216
* [Use Azure Machine Learning with Azure Virtual Networks](./how-to-network-security-overview.md)

articles/machine-learning/how-to-set-up-training-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,6 @@ method, or from the Experiment tab view in Azure Machine Learning studio client
233233
* [Tutorial: Train and deploy a model](tutorial-train-deploy-notebook.md) uses a managed compute target to train a model.
234234
* See how to train models with specific ML frameworks, such as [Scikit-learn](how-to-train-scikit-learn.md), [TensorFlow](how-to-train-tensorflow.md), and [PyTorch](how-to-train-pytorch.md).
235235
* Learn how to [efficiently tune hyperparameters](how-to-tune-hyperparameters.md) to build better models.
236-
* Once you have a trained model, learn [how and where to deploy models](how-to-deploy-and-where.md).
236+
* Once you have a trained model, learn [how and where to deploy models](how-to-deploy-managed-online-endpoints.md).
237237
* View the [ScriptRunConfig class](/python/api/azureml-core/azureml.core.scriptrunconfig) SDK reference.
238238
* [Use Azure Machine Learning with Azure Virtual Networks](./how-to-network-security-overview.md)

articles/machine-learning/tutorial-train-deploy-notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Use these steps to delete your Azure Machine Learning workspace and all compute
363363
364364
## Next steps
365365
366-
+ Learn about all of the [deployment options for Azure Machine Learning](how-to-deploy-and-where.md).
366+
+ Learn about all of the [deployment options for Azure Machine Learning](how-to-deploy-managed-online-endpoints.md).
367367
+ Learn how to [create clients for the web service](how-to-consume-web-service.md).
368368
+ [Make predictions on large quantities of data](./tutorial-pipeline-batch-scoring-classification.md) asynchronously.
369369
+ Monitor your Azure Machine Learning models with [Application Insights](./v1/how-to-enable-app-insights.md).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ You deploy a [registered model](#model-registry) as a service endpoint. You need
192192
* **Scoring code**. This script accepts requests, scores the requests by using the model, and returns the results.
193193
* **Inference configuration**. The inference configuration specifies the environment, entry script, and other components needed to run the model as a service.
194194

195-
For more information about these components, see [Deploy models with Azure Machine Learning](../how-to-deploy-and-where.md).
195+
For more information about these components, see [Deploy models with Azure Machine Learning](how-to-deploy-and-where.md).
196196

197197
### Endpoints
198198

@@ -286,4 +286,4 @@ To get started with Azure Machine Learning, see:
286286

287287
* [What is Azure Machine Learning?](../overview-what-is-azure-machine-learning.md)
288288
* [Create an Azure Machine Learning workspace](../quickstart-create-resources.md)
289-
* [Tutorial: Train and deploy a model](../tutorial-train-deploy-notebook.md)
289+
* [Tutorial: Train and deploy a model](../tutorial-train-deploy-notebook.md)

articles/machine-learning/v1/how-to-attach-compute-targets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ To use compute targets managed by Azure Machine Learning, see:
5454

5555
## What's a compute target?
5656

57-
With Azure Machine Learning, you can train your model on various resources or environments, collectively referred to as [__compute targets__](concept-azure-machine-learning-architecture.md#compute-targets). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine. You also use compute targets for model deployment as described in ["Where and how to deploy your models"](../how-to-deploy-and-where.md).
57+
With Azure Machine Learning, you can train your model on various resources or environments, collectively referred to as [__compute targets__](concept-azure-machine-learning-architecture.md#compute-targets). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine. You also use compute targets for model deployment as described in ["Where and how to deploy your models"](how-to-deploy-and-where.md).
5858

5959

6060
## Local computer
6161

6262
When you use your local computer for **training**, there is no need to create a compute target. Just [submit the training run](../how-to-set-up-training-targets.md) from your local machine.
6363

64-
When you use your local computer for **inference**, you must have Docker installed. To perform the deployment, use [LocalWebservice.deploy_configuration()](/python/api/azureml-core/azureml.core.webservice.local.localwebservice#deploy-configuration-port-none-) to define the port that the web service will use. Then use the normal deployment process as described in [Deploy models with Azure Machine Learning](../how-to-deploy-and-where.md).
64+
When you use your local computer for **inference**, you must have Docker installed. To perform the deployment, use [LocalWebservice.deploy_configuration()](/python/api/azureml-core/azureml.core.webservice.local.localwebservice#deploy-configuration-port-none-) to define the port that the web service will use. Then use the normal deployment process as described in [Deploy models with Azure Machine Learning](how-to-deploy-and-where.md).
6565

6666
## Remote virtual machines
6767

@@ -370,5 +370,5 @@ See these notebooks for examples of training with various compute targets:
370370
* Use the compute resource to [configure and submit a training run](../how-to-set-up-training-targets.md).
371371
* [Tutorial: Train and deploy a model](../tutorial-train-deploy-notebook.md) uses a managed compute target to train a model.
372372
* Learn how to [efficiently tune hyperparameters](../how-to-tune-hyperparameters.md) to build better models.
373-
* Once you have a trained model, learn [how and where to deploy models](../how-to-deploy-and-where.md).
373+
* Once you have a trained model, learn [how and where to deploy models](../how-to-deploy-managed-online-endpoints.md).
374374
* [Use Azure Machine Learning with Azure Virtual Networks](../how-to-network-security-overview.md)

0 commit comments

Comments
 (0)