An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hello John,
You can use the mentioned code in your Template-paramters-definition.json file.
This is explained in the below tech community blog. Please check this blog and let me know if you have any further questions.
https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/cicd-automation-in-synapse-analytics-taking-advantage-of-custom/ba-p/3513546
"Microsoft.Synapse/workspaces/notebooks": {
"properties": {
"bigDataPool": {
"referenceName": "="
},
"metadata": {
"a365ComputeOptions": {
"id": "=",
"name": "=",
"endpoint": "="
}
}
}
}
If this answers your question, please consider accepting the answer by hitting the Accept answer and up-vote as it helps the community look for answers to similar questions.