-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Update az cli ml to Support for attaching databricks for Azure Machine Learning #31032
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botMachine Learningaz mlaz mlService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botMachine Learningaz mlaz mlService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.