Skip to content

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

@Krisyarr

Description

@Krisyarr

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions