Azure / Azure/Azure-DataFactory

Adding Docker option to Azure Databricks Linked Service in Azure Data Factory

Open
#311 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
529
Forks
623
PR merge metrics
No merged PRs in 30d

Description

While trying to create Azure Databricks Linked Service with New Job Cluster there is no such property for adding Docker Image url. Even tried adding Docker Image url using Additional->Specify dynamic contents in JSON format, the docker image is not getting added to the cluster.
Added the following in properties->typeproperties:
```
"newClusterDockerImage": {
"url": "URL_TO_DOCKER_IMAGE"
"basic_auth": {
"username": "USERNAME",
"password": "PASSWORD"
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.