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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-deploy-mlflow-models.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,11 @@ There are three workflows for deploying MLflow models to Azure ML:
63
63
64
64
-[Deploy using the MLflow plugin](#deploy-using-the-mlflow-plugin)
65
65
-[Deploy using CLI (v2)](#deploy-using-cli-v2)
66
-
-[Deploy using Azure Machine Learning Studio](#deploy-using-azure-machine-learning-studio)
66
+
-[Deploy using Azure Machine Learning studio](#deploy-using-azure-machine-learning-studio)
67
67
68
68
### Which option to use?
69
69
70
-
If you are familiar with MLflow or your platform support MLflow natively (like Azure Databricks) and you wish to continue using the same set of methods, use the `azureml-mlflow` plugin. On the other hand, if you are more familiar with the [Azure ML CLI v2](concept-v2.md), you want to automate deployments using automation pipelines, or you want to keep deployments configuration in a git repository; we recommend you to use the [Azure ML CLI v2](concept-v2.md). If you want to quickly deploy and test models trained with MLflow, you can use [Azure Machine Learning Studio](https://ml.azure.com) UI deployment.
70
+
If you are familiar with MLflow or your platform support MLflow natively (like Azure Databricks) and you wish to continue using the same set of methods, use the `azureml-mlflow` plugin. On the other hand, if you are more familiar with the [Azure ML CLI v2](concept-v2.md), you want to automate deployments using automation pipelines, or you want to keep deployments configuration in a git repository; we recommend you to use the [Azure ML CLI v2](concept-v2.md). If you want to quickly deploy and test models trained with MLflow, you can use [Azure Machine Learning studio](https://ml.azure.com) UI deployment.
71
71
72
72
## Deploy using the MLflow plugin
73
73
@@ -248,7 +248,7 @@ This example shows how you can deploy an MLflow model to an online endpoint usin
This example shows how you can deploy an MLflow model to an online endpoint using [Azure Machine Learning studio](https://ml.azure.com).
254
254
@@ -269,17 +269,17 @@ This example shows how you can deploy an MLflow model to an online endpoint usin
269
269
270
270
1. When you select a model registered in MLflow format, in the Environment step of the wizard, you don't need a scoring script or an environment.
271
271
272
-
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/ncd-wizard.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/ncd-wizard.png" alt-text="Screenshot showing no code and environment needed for MLflow models":::
272
+
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/ncd-wizard.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/ncd-wizard.png" alt-text="Screenshot showing no code and environment needed for MLflow models.":::
273
273
274
274
1. Complete the wizard to deploy the model to the endpoint.
1. Select the MLflow model, and then select __Deploy__. When prompted, select __Deploy to real-time endpoint__.
281
281
282
-
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/deploy-from-models-ui.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/deploy-from-models-ui.png" alt-text="Screenshot showing how to deploy model from Models UI":::
282
+
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/deploy-from-models-ui.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/deploy-from-models-ui.png" alt-text="Screenshot showing how to deploy model from Models UI.":::
283
283
284
284
1. Complete the wizard to deploy the model to the endpoint.
285
285
@@ -298,7 +298,7 @@ This section helps you understand how to deploy models to an online endpoint onc
298
298
299
299
# [Azure Machine Learning studio](#tab/studio)
300
300
301
-
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/download-output-logs.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/download-output-logs.png" alt-text="Screenshot showing how to download Outputs and logs from Experimentation run":::
301
+
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/download-output-logs.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/download-output-logs.png" alt-text="Screenshot showing how to download Outputs and logs from Experimentation run.":::
If you prefer to manage your tracked experiments in a centralized location, you can set MLflow tracking to **only** track in your Azure Machine Learning workspace. This configuration has the advantage of enabling easier path to deployment using Azure Machine Learning deployment options.
118
118
119
-
You have to configure the MLflow tracking URI to point exclusively to Azure Machine Learning, as it is demostrated in the following example:
119
+
You have to configure the MLflow tracking URI to point exclusively to Azure Machine Learning, as it is demonstrated in the following example:
0 commit comments