Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update az cli ml to Support for attaching databricks for Azure Machine Learning #31032

Open
Krisyarr opened this issue Mar 13, 2025 · 1 comment
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.

Comments

@Krisyarr
Copy link

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

@yonzhan
Copy link
Collaborator

yonzhan commented Mar 13, 2025

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. Auto-Assign Auto assign by bot Service Attention This issue is responsible by Azure service team. Machine Learning az ml labels Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants