Skip to content

Commit abb8a7e

Browse files
committed
2025_04 - Fix monthly broken links - ms-msakande
1 parent dcacc45 commit abb8a7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For no-code-deployment, Azure Machine Learning:
2525
* Dynamically installs Python packages that you list in a conda.yaml file. As a result, dependencies are installed during container runtime.
2626
* Provides an MLflow base image, or curated environment, that contains the following items:
2727
* The [`azureml-inference-server-http`](how-to-inference-server-http.md) package
28-
* The [`mlflow-skinny`](https://github.com/mlflow/mlflow/blob/master/README_SKINNY.md) package
28+
* The [`mlflow-skinny`](https://github.com/mlflow/mlflow/blob/master/skinny/README_SKINNY.md) package
2929
* A scoring script for inferencing
3030

3131
[!INCLUDE [mlflow-model-package-for-workspace-without-egress](includes/mlflow-model-package-for-workspace-without-egress.md)]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For no-code deployment, Azure Machine Learning:
2929

3030
- Ensures that all the package dependencies indicated in the MLflow model are satisfied.
3131
- Provides an MLflow base image or curated environment that contains the following items:
32-
- Packages required for Azure Machine Learning to perform inference, including [`mlflow-skinny`](https://github.com/mlflow/mlflow/blob/master/README_SKINNY.md).
32+
- Packages required for Azure Machine Learning to perform inference, including [`mlflow-skinny`](https://github.com/mlflow/mlflow/blob/master/skinny/README_SKINNY.md).
3333
- A scoring script to perform inference.
3434

3535
[!INCLUDE [mlflow-model-package-for-workspace-without-egress](includes/mlflow-model-package-for-workspace-without-egress.md)]

articles/machine-learning/includes/machine-learning-mlflow-prereqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: fasantia
1313
```
1414

1515
> [!TIP]
16-
> You can use the [`mlflow-skinny`](https://github.com/mlflow/mlflow/blob/master/README_SKINNY.md) package, which is a lightweight MLflow package without SQL storage, server, UI, or data science dependencies. This package is recommended for users who primarily need the MLflow tracking and logging capabilities without importing the full suite of features, including deployments.
16+
> You can use the [`mlflow-skinny`](https://github.com/mlflow/mlflow/blob/master/skinny/README_SKINNY.md) package, which is a lightweight MLflow package without SQL storage, server, UI, or data science dependencies. This package is recommended for users who primarily need the MLflow tracking and logging capabilities without importing the full suite of features, including deployments.
1717
1818
- Create an Azure Machine Learning workspace. To create a workspace, see [Create resources you need to get started](../quickstart-create-resources.md). Review the [access permissions](../how-to-assign-roles.md#mlflow-operations) you need to perform your MLflow operations in your workspace.
1919

articles/machine-learning/v1/how-to-use-mlflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See [MLflow and Azure Machine Learning](../concept-mlflow.md) for all supported
3333
## Prerequisites
3434

3535
* Install the `mlflow` package.
36-
* You can use the [MLflow Skinny](https://github.com/mlflow/mlflow/blob/master/README_SKINNY.md) which is a lightweight MLflow package without SQL storage, server, UI, or data science dependencies. This is recommended for users who primarily need the tracking and logging capabilities without importing the full suite of MLflow features including deployments.
36+
* You can use the [MLflow Skinny](https://github.com/mlflow/mlflow/blob/master/skinny/README_SKINNY.md) which is a lightweight MLflow package without SQL storage, server, UI, or data science dependencies. This is recommended for users who primarily need the tracking and logging capabilities without importing the full suite of MLflow features including deployments.
3737

3838
* Install the `azureml-mlflow` package.
3939
* [Create an Azure Machine Learning Workspace](../quickstart-create-resources.md).

0 commit comments

Comments
 (0)