Skip to content

Commit 81cb887

Browse files
authored
Merge pull request #204105 from santiagxf/santiagxf/aml-mlflow-deployment-fix
Aml mlflow deployment fix
2 parents 0c4406e + d67734f commit 81cb887

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/machine-learning/how-to-use-mlflow-azure-databricks.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To link your ADB workspace to a new or existing Azure Machine Learning workspace
5656
![Link Azure DB and Azure Machine Learning workspaces](./media/how-to-use-mlflow-azure-databricks/link-workspaces.png)
5757

5858
> [!WARNING]
59-
> Dual-tracking in a [private link enabled Azure Machine Learning workspace](how-to-configure-private-link.md) is not supported by the moment. Configure [exclusive tracking with your Azure Machine Learning workspace](#tracking-exclusively-on-azure-machine-learning-workspace) instead. Notice that for this configuration to work, you have to [deploy Azure Databricks in your own network (VNet injection)](/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject.md).
59+
> Dual-tracking in a [private link enabled Azure Machine Learning workspace](how-to-configure-private-link.md) is not supported by the moment. Configure [exclusive tracking with your Azure Machine Learning workspace](#tracking-exclusively-on-azure-machine-learning-workspace) instead.
6060
6161
After you link your Azure Databricks workspace with your Azure Machine Learning workspace, MLflow Tracking is automatically set to be tracked in all of the following places:
6262

@@ -83,6 +83,9 @@ with mlflow.start_run():
8383

8484
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.
8585

86+
> [!WARNING]
87+
> For [private link enabled Azure Machine Learning workspace](how-to-configure-private-link.md), you have to [deploy Azure Databricks in your own network (VNet injection)](/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject.md) to ensure proper connectivity.
88+
8689
You have to configure the MLflow tracking URI to point exclusively to Azure Machine Learning, as it is demonstrated in the following example:
8790

8891
# [Using the Azure ML SDK v2](#tab/sdkv2)

articles/machine-learning/how-to-use-mlflow-azure-synapse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To install libraries on your dedicated cluster in Azure Synapse Analytics:
4646
4747
5. Click the three dots next to the cluster name, and select **Packages**.
4848
49-
![install mlflow packages in Azure Synapse Analytics](/articles/machine-learning/media/how-to-use-mlflow-azure/install-packages.png)
49+
![install mlflow packages in Azure Synapse Analytics](media/how-to-use-mlflow-azure/install-packages.png)
5050
5151
6. On the **Requirements files** section, click on **Upload**.
5252

0 commit comments

Comments
 (0)