An open API service indexing awesome lists of open source software.

https://github.com/kevchant/azuredevops-azuresqldatabase

State-based CI/CD for Azure SQL Database
https://github.com/kevchant/azuredevops-azuresqldatabase

azure-devops azuresql azuresqldb

Last synced: 1 day ago
JSON representation

State-based CI/CD for Azure SQL Database

Awesome Lists containing this project

README

        

# Database Project for Azure SQL Database

Example of a [SQL database project](https://learn.microsoft.com/en-us/sql/tools/sql-database-projects/sql-database-projects?view=sql-server-ver16&WT.mc_id=DP-MVP-5004032%3Fview%3Dsql-server-ver16) that deploys to an Azure SQL Database in Azure DevOps. Which I introduced in a blog post called 'T-SQL Tuesday 142 - Introducing my Azure DevOps templates for Data Platform deployments' (https://bit.ly/33k3N5r).

A brief overview is below. However, there is also a wiki for this project (https://github.com/kevchant/AzureDevOps-AzureSQLDatabase/wiki).

It uses a YAML pipeline, which is 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 (https://opensource.org/licenses/MIT). Basically, I am not responsible for your use of it.