Parametrization template: Databricks linked service

Michal Mláka 21 Reputation points
2021-06-22T21:02:01.583+00:00

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

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,336 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 76,511 Reputation points Microsoft Employee
    2021-06-23T08:03:23.947+00:00

    Hello @Michal Mláka ,

    Welcome to the Microsoft Q&A platform.

    Only certain fields are parameterized by default. But you can set a template to customize them by forcing to override it at deployment time.

    For more details, refer to Use custom parameters with the Resource Manager template.

    You may checkout this article Fixing ADF Databricks Linked Service which addressing the same issue.

    Hope this helps. Do let us know if you any further queries.

    ------------

    • Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification.