Set MLflow Tracking to only track in your Azure Machine Learning workspace

bhogasena reddy kalakata 1 Reputation point
2022-06-28T01:52:07.797+00:00

Hi Team,

As per below link

https://learn.microsoft.com/en-us/azure/machine-learning/how-to-use-mlflow-azure-databricks?tabs=custom

And section: Set MLflow Tracking to only track in your Azure Machine Learning workspace

We can set ML Flow Tracking URI to Azure ML in Databricks but i am getting below error upon setting and trying to create experiement

UnsupportedModelRegistryStoreURIException: Model registry functionality is unavailable; got unsupported URI 'azureml://eastus.api.azureml.ms/mlflow/v1.0/subscriptions/60732f07-e07d-4492-b2cc-e43155932aca/resourceGroups/RG-BHOGA/providers/Microsoft.MachineLearningServices/workspaces/[REDACTED]' for model registry data storage. Supported URI schemes are: ['', 'file', 'databricks', 'http', 'https', 'postgresql', 'mysql', 'sqlite', 'mssql']. See https://www.mlflow.org/docs/latest/tracking.html#storage for how to run an MLflow server against one of the supported backend storage locations.

Could you please advise what has to be done?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,340 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,534 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Ramr-msft 17,826 Reputation points
    2022-06-28T16:55:09.987+00:00

    @bhogasena reddy kalakata Thanks for the question. Can you please share the notebook that you are trying. Here is the sample for ml flow tracking.

    0 comments No comments

  2. Facundo Santiago 1 Reputation point Microsoft Employee
    2022-07-26T18:41:36.383+00:00

    @bhogasena reddy kalakata , you probably forgot to install the plugin azureml-mlflow. This is required to interpret the URI and that's why you get the unsupported URI error.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.