Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
216 stars 69 forks source link

DataBricks workspace name in linked service not parameterizable #213

Closed smitabajaj closed 2 years ago

smitabajaj commented 2 years ago

I am passing Databricks workspace name ( property of linked service ) in config file ; but the value in the linked service does not get set as per the value in the config file.

linkedService,ls_Databricks,typeProperties.domain,""

Other values as below get set correctly: linkedService,ls_KeyVault,typeProperties.baseUrl linkedService,ls_datalake_gen2,typeProperties.url

NowinskiK commented 2 years ago

There is not enough information provided here. Attach config file, ADF files and script that you use.