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
- Host: GitHub
- URL: https://github.com/kevchant/azuredevops-azuresqldatabase
- Owner: kevchant
- License: mit
- Created: 2021-09-14T12:18:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T04:50:56.000Z (over 2 years ago)
- Last Synced: 2024-04-28T03:49:56.693Z (10 months ago)
- Topics: azure-devops, azuresql, azuresqldb
- Language: TSQL
- Homepage:
- Size: 21.5 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.