Skip to content

Commit 217e901

Browse files
authored
Merge pull request #276855 from msakande/remove-v1-mlflow-concepts-article
remove v1 mlflow concepts article
2 parents 2086259 + 7a49daa commit 217e901

File tree

4 files changed

+6
-79
lines changed

4 files changed

+6
-79
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,11 @@
400400
"redirect_url": "/azure/machine-learning/v1/how-to-convert-ml-experiment-to-production",
401401
"redirect_document_id": true
402402
},
403+
{
404+
"source_path_from_root": "/azure/machine-learning/v1/concept-mlflow.md",
405+
"redirect_url": "/articles/machine-learning/concept-mlflow",
406+
"redirect_document_id": true
407+
},
403408
{
404409
"source_path_from_root": "/articles/machine-learning/tutorial-train-deploy-notebook.md",
405410
"redirect_url": "/azure/machine-learning/tutorial-azure-ml-in-a-day",

articles/machine-learning/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@
186186
items:
187187
- name: MLflow and Azure Machine Learning
188188
href: concept-mlflow.md
189-
# v1
190-
- name: MLflow
191-
href: ./v1/concept-mlflow.md
192-
# end v1
193189
- name: MLflow models
194190
displayName: tracking models, mlflow, custom, flavors
195191
href: concept-mlflow-models.md

articles/machine-learning/v1/concept-mlflow.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: UpdateFrequency5, sdkv1
1717

1818
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1919

20-
In this article, learn how to deploy your [MLflow](https://www.mlflow.org) model as an Azure web service, so you can leverage and apply Azure Machine Learning's model management and data drift detection capabilities to your production models. See [MLflow and Azure Machine Learning](concept-mlflow.md) for additional MLflow and Azure Machine Learning functionality integrations.
20+
In this article, learn how to deploy your [MLflow](https://www.mlflow.org) model as an Azure web service, so that you can leverage and apply Azure Machine Learning's model management and data drift detection capabilities to your production models. For more MLflow and Azure Machine Learning functionality integrations, see [MLflow and Azure Machine Learning (v2)](../concept-mlflow.md), which uses v2 SDK.
2121

2222
Azure Machine Learning offers deployment configurations for:
2323
* Azure Container Instance (ACI) which is a suitable choice for a quick dev-test deployment.

0 commit comments

Comments
 (0)