Skip to content

Commit 1e5858d

Browse files
author
Larry Franks
committed
fixes
1 parent cf14112 commit 1e5858d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/machine-learning/how-to-deploy-and-where.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ adobe-target: true
1818

1919
Learn how to deploy your machine learning or deep learning model as a web service in the Azure cloud.
2020

21-
> [!TIP]
22-
> Managed online endpoints (preview) provide a way to deploy your trained model without having to create and manage the underlying infrastructure. For more information, see [Deploy and score a machine learning model with a managed online endpoint (preview)](how-to-deploy-managed-online-endpoints.md).
21+
[!INCLUDE [endpoints-option](../../includes/machine-learning-endpoints-preview-note.md)]
2322

2423
## Workflow for deploying a model
2524

@@ -35,22 +34,20 @@ The workflow is similar no matter where you deploy your model:
3534

3635
For more information on the concepts involved in the machine learning deployment workflow, see [Manage, deploy, and monitor models with Azure Machine Learning](concept-model-management-and-deployment.md).
3736

38-
[!INCLUDE [endpoints-option](../../includes/machine-learning-endpoints-preview-note.md)]
39-
4037
## Prerequisites
4138

4239
# [Azure CLI](#tab/azcli)
4340

4441
[!INCLUDE [cli10-only](../../includes/machine-learning-cli-version-1-only.md)]
4542

4643
- An Azure Machine Learning workspace. For more information, see [Create an Azure Machine Learning workspace](how-to-manage-workspace.md).
47-
- A model. If you don't have a trained model, you can use the model and dependency files provided in [this tutorial](https://aka.ms/azml-deploy-cloud).
44+
- A model. The examples in this article use a pre-trained model.
4845
- A machine that can run Docker, such as a [compute instance](how-to-create-manage-compute-instance.md).
4946

5047
# [Python](#tab/python)
5148

5249
- An Azure Machine Learning workspace. For more information, see [Create an Azure Machine Learning workspace](how-to-manage-workspace.md).
53-
- A model. If you don't have a trained model, you can use the model and dependency files provided in [this tutorial](https://aka.ms/azml-deploy-cloud).
50+
- A model. The examples in this article use a pre-trained model.
5451
- The [Azure Machine Learning software development kit (SDK) for Python](/python/api/overview/azure/ml/intro).
5552
- A machine that can run Docker, such as a [compute instance](how-to-create-manage-compute-instance.md).
5653
---

0 commit comments

Comments
 (0)