You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Deploy MLflow models to managed online endpoint (preview)
16
+
# Deploy MLflow models to online endpoints (preview)
17
17
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.
@@ -33,7 +33,7 @@ In this code snippets used in this article, the `ENDPOINT_NAME` environment vari
33
33
34
34
## Deploy using CLI (v2)
35
35
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).
37
37
38
38
> [!IMPORTANT]
39
39
> 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:
88
88
89
89
## Deploy using Azure Machine Learning studio
90
90
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).
92
92
93
93
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).
94
94
@@ -139,7 +139,7 @@ This example shows how you can deploy an MLflow model to managed online endpoint
139
139
140
140
## Deploy models after a training job
141
141
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).
143
143
144
144
1. Download the outputs from the training job. The outputs contain the model folder.
145
145
@@ -168,10 +168,10 @@ This section helps you understand how to deploy models to managed online endpoin
168
168
To learn more, review these articles:
169
169
170
170
- [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)
172
172
- [Safe rollout for online endpoints (preview)](how-to-safely-rollout-managed-endpoints.md)
173
173
- [How to autoscale managed online endpoints](how-to-autoscale-endpoints.md)
174
174
- [Use batch endpoints (preview) for batch scoring](how-to-use-batch-endpoint.md)
175
175
- [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)
0 commit comments