Skip to content

Commit 3d1e15d

Browse files
Merge pull request #2166 from Albertyang0/2025_01-Monthly-broken-links-fix-msakande
2025_01 - Fix monthly broken links - msakande
2 parents 69c61e6 + 2722409 commit 3d1e15d

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 provided in the `conda.yaml` file. Hence, dependencies get installed during container runtime.
2626
* Provides an MLflow base image/curated environment that contains the following items:
2727
* [`azureml-inference-server-http`](how-to-inference-server-http.md)
28-
* [`mlflow-skinny`](https://github.com/mlflow/mlflow/blob/master/README_SKINNY.rst)
28+
* [`mlflow-skinny`](https://github.com/mlflow/mlflow/blob/master/README_SKINNY.md)
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.rst).
32+
- Packages required for Azure Machine Learning to perform inference, including [`mlflow-skinny`](https://github.com/mlflow/mlflow/blob/master/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/how-to-use-mlflow-configure-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ However, if you work outside Azure Machine Learning, you need to configure MLflo
3535
```
3636

3737
> [!TIP]
38-
> Instead of `mlflow`, consider using [`mlflow-skinny`](https://github.com/mlflow/mlflow/blob/master/README_SKINNY.rst). This package is a lightweight MLflow package without SQL storage, server, UI, or data science dependencies. It's recommended for users who primarily need MLflow tracking and logging capabilities but don't want to import the full suite of features, including deployments.
38+
> Instead of `mlflow`, consider using [`mlflow-skinny`](https://github.com/mlflow/mlflow/blob/master/README_SKINNY.md). This package is a lightweight MLflow package without SQL storage, server, UI, or data science dependencies. It's recommended for users who primarily need MLflow tracking and logging capabilities but don't want to import the full suite of features, including deployments.
3939
4040
- An Azure Machine Learning workspace. To create a workspace, see [Create resources you need to get started](quickstart-create-resources.md).
4141

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.rst) 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/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

0 commit comments

Comments
 (0)