Example of how to deploy the contents of a SQL database project to an Azure Synapse Dedicated SQL Pool using Azure DevOps.
Based on a blog post that covers tow to 'create a dacpac for an Azure Synapse Analytics dedicated SQL Pool using Azure DevOps'.
In addition, you can watch a demo how this can be done in the January 2023 edition of the Azure Synapse Analytics and Microsoft MVP series video.
A brief overview is below.
It uses a YAML pipeline, which you can find in the AzureDevOpsTemplates folder.
In order to use it in Azure Pipelines you can either import or fork this repository into another GitHub repository or into Azure Repos.
Afterwards, you can select the YAML file in Azure Pipelines and tailor the pipeline to suit your needs.
This repository is provided "as is" based on the MIT license. Basically, I am not responsible for your use of it.