Skip to content

Commit 5245b74

Browse files
authored
Merge pull request #184793 from sdgilley/sdg-update-tutorial
Update links to new tutorial
2 parents 973bab0 + 6098c19 commit 5245b74

29 files changed

+33
-35
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ You can bring a model that was trained outside of Azure Machine Learning. Or you
160160

161161
Azure Machine Learning is framework agnostic. When you create a model, you can use any popular machine learning framework, such as Scikit-learn, XGBoost, PyTorch, TensorFlow, and Chainer.
162162

163-
For an example of training a model using Scikit-learn, see [Tutorial: Train an image classification model with Azure Machine Learning](tutorial-train-models-with-aml.md).
163+
For an example of training a model using Scikit-learn, see [Tutorial: Train an image classification model with Azure Machine Learning](tutorial-train-deploy-notebook.md).
164164

165165

166166
### <a name="register-model"></a> Model registry
@@ -178,7 +178,7 @@ When you register the model, you can provide additional metadata tags and then u
178178
179179
You can't delete a registered model that is being used by an active deployment.
180180

181-
For an example of registering a model, see [Train an image classification model with Azure Machine Learning](tutorial-train-models-with-aml.md).
181+
For an example of registering a model, see [Train an image classification model with Azure Machine Learning](tutorial-train-deploy-notebook.md).
182182

183183
## Deployment
184184

@@ -216,7 +216,7 @@ Here are the details:
216216
[![Inference workflow](media/concept-azure-machine-learning-architecture/inferencing.png)](media/concept-azure-machine-learning-architecture/inferencing.png#lightbox)
217217

218218

219-
For an example of deploying a model as a web service, see [Deploy an image classification model in Azure Container Instances](tutorial-deploy-models-with-aml.md).
219+
For an example of deploying a model as a web service, see [Tutorial: Train and deploy a model](tutorial-train-deploy-notebook.md).
220220

221221
#### Real-time endpoints
222222

@@ -284,4 +284,4 @@ To get started with Azure Machine Learning, see:
284284

285285
* [What is Azure Machine Learning?](overview-what-is-azure-machine-learning.md)
286286
* [Create an Azure Machine Learning workspace](how-to-manage-workspace.md)
287-
* [Tutorial (part 1): Train a model](tutorial-train-models-with-aml.md)
287+
* [Tutorial: Train and deploy a model](tutorial-train-deploy-notebook.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You can also **[use a setup script (preview)](how-to-create-manage-compute-insta
110110
To create a compute instance for yourself, use your workspace in Azure Machine Learning studio, [create a new compute instance](how-to-create-manage-compute-instance.md?tabs=azure-studio#create) from either the **Compute** section or in the **Notebooks** section when you are ready to run one of your notebooks.
111111

112112
You can also create an instance
113-
* Directly from the [integrated notebooks experience](tutorial-train-models-with-aml.md#azure)
113+
* Directly from the [integrated notebooks experience](tutorial-train-deploy-notebook.md#azure)
114114
* In Azure portal
115115
* From Azure Resource Manager template. For an example template, see the [create an Azure Machine Learning compute instance template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.machinelearningservices/machine-learning-compute-create-computeinstance).
116116
* With [Azure Machine Learning SDK](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/machine-learning/concept-compute-instance.md)

articles/machine-learning/concept-model-management-and-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Learn more by reading and exploring the following resources:
204204

205205
+ [How & where to deploy models](how-to-deploy-and-where.md) with Azure Machine Learning
206206

207-
+ [Tutorial: Deploy an image classification model in ACI](tutorial-deploy-models-with-aml.md).
207+
+ [Tutorial: Train and deploy a model](tutorial-train-deploy-notebook.md).
208208

209209
+ [End-to-end MLOps examples repo](https://github.com/microsoft/MLOps)
210210

articles/machine-learning/how-to-assign-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,5 +488,5 @@ Here are a few things to be aware of while you use Azure role-based access contr
488488

489489
- [Enterprise security overview](concept-enterprise-security.md)
490490
- [Virtual network isolation and privacy overview](how-to-network-security-overview.md)
491-
- [Tutorial: Train models](tutorial-train-models-with-aml.md)
491+
- [Tutorial: Train and deploy a model](tutorial-train-deploy-notebook.md)
492492
- [Resource provider operations](../role-based-access-control/resource-provider-operations.md#microsoftmachinelearningservices)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ See these notebooks for examples of training with various compute targets:
368368
## Next steps
369369

370370
* Use the compute resource to [configure and submit a training run](how-to-set-up-training-targets.md).
371-
* [Tutorial: Train a model](tutorial-train-models-with-aml.md) uses a managed compute target to train a model.
371+
* [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.
373373
* Once you have a trained model, learn [how and where to deploy models](how-to-deploy-and-where.md).
374374
* [Use Azure Machine Learning with Azure Virtual Networks](./how-to-network-security-overview.md)

articles/machine-learning/how-to-configure-databricks-automl-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ Try it out:
166166
167167
## Next steps
168168
169-
- [Train a model](tutorial-train-models-with-aml.md) on Azure Machine Learning with the MNIST dataset.
169+
- [Train and deploy a model](tutorial-train-deploy-notebook.md) on Azure Machine Learning with the MNIST dataset.
170170
- See the [Azure Machine Learning SDK for Python reference](/python/api/overview/azure/ml/intro).

articles/machine-learning/how-to-configure-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,5 @@ For more information, see [Data Science Virtual Machines](https://azure.microsof
214214

215215
## Next steps
216216

217-
- [Train a model](tutorial-train-models-with-aml.md) on Azure Machine Learning with the MNIST dataset.
217+
- [Train and deploy a model](tutorial-train-deploy-notebook.md) on Azure Machine Learning with the MNIST dataset.
218218
- See the [Azure Machine Learning SDK for Python reference](/python/api/overview/azure/ml/intro).

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ myvm = ComputeTarget(workspace=ws, name='my-vm-name')
212212
```
213213

214214
* Use the compute resource to [submit a training run](how-to-set-up-training-targets.md).
215-
* [Tutorial: Train a model](tutorial-train-models-with-aml.md) uses a managed compute target to train a model.
216215
* Learn how to [efficiently tune hyperparameters](how-to-tune-hyperparameters.md) to build better models.
217216
* Once you have a trained model, learn [how and where to deploy models](how-to-deploy-and-where.md).
218217
* [Use Azure Machine Learning with Azure Virtual Networks](./how-to-network-security-overview.md)

articles/machine-learning/how-to-deploy-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For more information on features provided by Azure App Service, see the [App Ser
3737

3838
* An Azure Machine Learning workspace. For more information, see the [Create a workspace](how-to-manage-workspace.md) article.
3939
* The [Azure CLI](/cli/azure/install-azure-cli).
40-
* A trained machine learning model registered in your workspace. If you do not have a model, use the [Image classification tutorial: train model](tutorial-train-models-with-aml.md) to train and register one.
40+
* A trained machine learning model registered in your workspace. If you do not have a model, use the [Image classification tutorial: train model](tutorial-train-deploy-notebook.md) to train and register one.
4141

4242
> [!IMPORTANT]
4343
> The code snippets in this article assume that you have set the following variables:

articles/machine-learning/how-to-deploy-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ With Azure Machine Learning, you can create Docker images from trained machine l
2828

2929
* An Azure Machine Learning workspace. For more information, see the [Create a workspace](how-to-manage-workspace.md) article.
3030
* The [Azure CLI](/cli/azure/install-azure-cli).
31-
* A trained machine learning model registered in your workspace. If you do not have a model, use the [Image classification tutorial: train model](tutorial-train-models-with-aml.md) to train and register one.
31+
* A trained machine learning model registered in your workspace. If you do not have a model, use the [Image classification tutorial: train model](tutorial-train-deploy-notebook.md) to train and register one.
3232

3333
> [!IMPORTANT]
3434
> The code snippets in this article assume that you have set the following variables:

0 commit comments

Comments
 (0)