Update az cli ml to Support for attaching databricks for Azure Machine Learning #31032
Labels
Auto-Assign
Auto assign by bot
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Machine Learning
az ml
Service Attention
This issue is responsible by Azure service team.
az ml compute attach --name databricksattach --resource-group rgname --workspace-name amlworkspace --file "yml file" --type databricks"
Currently az ml compute attach supports only types virtualmachine, Kubernetes.
But existing Databricks cluster cannot be attached using az ml compute attach. Only Solution available is attaching existing Databricks cluster is through the portal and the properties needed for attaching
properties:
databricksAccessToken : xxxxxxxxxxx
workspaceUrl : existingdatabricksworkspaceurl
Need az ml client to support similar to AKS like az ml compute attach --type databricks and its properties in yml
The text was updated successfully, but these errors were encountered: