Skip to content

Commit 7ee6469

Browse files
Updated MLFlow article
1 parent 9ab3c89 commit 7ee6469

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/machine-learning/how-to-deploy-mlflow-models-online-endpoints.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ms.reviewer: larryfr
1313
ms.custom: deploy, mlflow, devplatv2, no-code-deployment
1414
---
1515

16-
# Deploy MLflow models to managed online endpoint (preview)
16+
# Deploy MLflow models to online endpoints (preview)
1717

18-
In this article, learn how to deploy your [MLflow](https://www.mlflow.org) model to a [managed online endpoint](concept-endpoints.md#managed-online-endpoints) (preview). When you deploy your MLflow model to a managed online endpoint, it's a no-code-deployment. It doesn't require scoring script and environment.
18+
In this article, learn how to deploy your [MLflow](https://www.mlflow.org) model to an [online endpoint](concept-endpoints.md) (preview). When you deploy your MLflow model to an online endpoint, it's a no-code-deployment. It doesn't require scoring script and environment.
1919

2020
[!INCLUDE [preview disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
2121

@@ -33,7 +33,7 @@ In this code snippets used in this article, the `ENDPOINT_NAME` environment vari
3333

3434
## Deploy using CLI (v2)
3535

36-
This example shows how you can deploy an MLflow model to managed online endpoint using CLI (v2).
36+
This example shows how you can deploy an MLflow model to an online endpoint using CLI (v2).
3737

3838
> [!IMPORTANT]
3939
> For MLflow no-code-deployment, **[testing via local endpoints](how-to-deploy-managed-online-endpoints.md#deploy-and-debug-locally-by-using-local-endpoints)** is currently not supported.
@@ -88,7 +88,7 @@ Once you're done with the endpoint, use the following command to delete it:
8888

8989
## Deploy using Azure Machine Learning studio
9090

91-
This example shows how you can deploy an MLflow model to managed online endpoint using [Azure Machine Learning studio](https://ml.azure.com).
91+
This example shows how you can deploy an MLflow model to an online endpoint using [Azure Machine Learning studio](https://ml.azure.com).
9292

9393
1. Register your model in MLflow format using the following YAML and CLI command. The YAML uses a scikit-learn MLflow model from [https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online/mlflow](https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online/mlflow).
9494

@@ -139,7 +139,7 @@ This example shows how you can deploy an MLflow model to managed online endpoint
139139

140140
## Deploy models after a training job
141141

142-
This section helps you understand how to deploy models to managed online endpoint once you have completed your [training job](how-to-train-cli.md).
142+
This section helps you understand how to deploy models to an online endpoint once you have completed your [training job](how-to-train-cli.md).
143143

144144
1. Download the outputs from the training job. The outputs contain the model folder.
145145

@@ -168,10 +168,10 @@ This section helps you understand how to deploy models to managed online endpoin
168168
To learn more, review these articles:
169169

170170
- [Deploy models with REST (preview)](how-to-deploy-with-rest.md)
171-
- [Create and use managed online endpoints (preview) in the studio](how-to-use-managed-online-endpoint-studio.md)
171+
- [Create and use online endpoints (preview) in the studio](how-to-use-managed-online-endpoint-studio.md)
172172
- [Safe rollout for online endpoints (preview)](how-to-safely-rollout-managed-endpoints.md)
173173
- [How to autoscale managed online endpoints](how-to-autoscale-endpoints.md)
174174
- [Use batch endpoints (preview) for batch scoring](how-to-use-batch-endpoint.md)
175175
- [View costs for an Azure Machine Learning managed online endpoint (preview)](how-to-view-online-endpoints-costs.md)
176-
- [Access Azure resources with a managed online endpoint and managed identity (preview)](how-to-access-resources-from-endpoints-managed-identities.md)
177-
- [Troubleshoot managed online endpoints deployment](how-to-troubleshoot-managed-online-endpoints.md)
176+
- [Access Azure resources with an online endpoint and managed identity (preview)](how-to-access-resources-from-endpoints-managed-identities.md)
177+
- [Troubleshoot online endpoint deployment](how-to-troubleshoot-managed-online-endpoints.md)

0 commit comments

Comments
 (0)