Hi,
I tried to reuse our Parametrization template from ADF for Synapse.
It works for database, storage, keyvault, .... but does not for Databricks cluster connection.
Databricks linked service properties are not parametrized after publish and template generation.
Used definiton is:
*"AzureDatabricks": {
"properties": {
"typeProperties": {
"domain": "-:-domain:string",
"workspaceResourceId": "-:-dbxWorkspaceId:string",
"existingClusterId": "-:-clusterId:string"
}
}
},*
Should be there something different for Synapse?
Thanks