You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: how-to-use-azureml/azure-databricks/README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,24 +21,24 @@ Notebook 6 is an Automated ML sample notebook for Classification.
21
21
22
22
Learn more about [how to use Azure Databricks as a development environment](https://docs.microsoft.com/azure/machine-learning/service/how-to-configure-environment#azure-databricks) for Azure Machine Learning service.
23
23
24
-
**Databricks as a Compute Target from AML Pipelines**
24
+
**Databricks as a Compute Target from Azure ML Pipelines**
25
25
You can use Azure Databricks as a compute target from [Azure Machine Learning Pipelines](https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-ml-pipelines). Take a look at this notebook for details: [aml-pipelines-use-databricks-as-compute-target.ipynb](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/azure-databricks/databricks-as-remote-compute-target/aml-pipelines-use-databricks-as-compute-target.ipynb).
26
26
27
-
# Linked Azure Databricks and Azure ML Workspaces (Preview)
27
+
# Linked Azure Databricks and Azure Machine Learning Workspaces (Preview)
28
28
Customers can now link Azure Databricks and AzureML Workspaces to better enable MLOps scenarios by [managing their tracking data in a single place when using the MLflow client](https://mlflow.org/docs/latest/tracking.html#mlflow-tracking) - the Azure ML workspace.
29
29
30
30
## Linking the Workspaces (Admin operation)
31
31
32
-
1. The Azure Databricks Azure portal blade now includes a new button to link an Azure ML workspace
32
+
1. The Azure Databricks Azure portal blade now includes a new button to link an Azure ML workspace.
33
33

34
-
2. Both a new or existing Azure ML Workspace can be linked in the resulting prompt. Follow any instructions to set up the Azure ML workspace.
34
+
2. Both a new or existing Azure ML Workspace can be linked in the resulting prompt. Follow any instructions to set up the Azure ML Workspace.
35
35

36
36
3. After a successful link operation, you should see the Azure Databricks overview reflect the linked status
3. That's it! If configured correctly, you'll now be able to see your MLflow tracking data in both Azure ML (via the REST API and all clients) and Azure Databricks (in the MLflow UI and using the MLflow client)
53
+
1. You can automatically configure this on your clusters for all subsequent notebook sessions using this helper script instead of manually setting the tracking URI in the notebook:
3. If configured correctly, you'll now be able to see your MLflow tracking data in both Azure ML (via the REST API and all clients) and Azure Databricks (in the MLflow UI and using the MLflow client)
56
56
57
57
58
58
## Known Preview Limitations
59
-
While we roll this experience out to customers for feedback, there are some known limitations we'd love comments on in addition to any other issues seen in your workflow
59
+
While we roll this experience out to customers for feedback, there are some known limitations we'd love comments on in addition to any other issues seen in your workflow.
60
60
### 1-to-1 Workspace linking
61
61
Currently, an Azure ML Workspace can only be linked to one Azure Databricks Workspace at a time.
62
62
### Data synchronization
63
-
At the moment, data is only generated and sent to Azure ML as well for tracking. Editing tags via the Azure Databricks MLflow UI won't be reflected in the Azure ML UI.
63
+
At the moment, data is only generated in the Azure Machine Learning workspace for tracking. Editing tags via the Azure Databricks MLflow UI won't be reflected in the Azure ML UI.
64
64
### Java and R support
65
65
The experience currently is only available from the Python MLflow client.
0 commit comments