kevchant / AzureDevOps-AzureSynapseSQLPool

Template to perform CI/CD for Azure Synapse dedicated SQL Pools using Azure DevOps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Synapse SQL Pool Database Project

Example of a SQL Server Database Project that deploys to Azure Synapse Dedicated SQL Pool in Azure DevOps. Based on a blog post I wrote called 'Create a dacpac for an Azure Synapse Analytics dedicated SQL Pool using Azure DevOps'.

In addition, you can watch me demo how this can be done in the January 2023 edition of the Azure Synapse Analytics and Microsoft MVP series.

A brief overview is below. However, there is also a wiki for this project.

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.

About

Template to perform CI/CD for Azure Synapse dedicated SQL Pools using Azure DevOps

License:MIT License


Languages

Language:TSQL 100.0%