File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66## Overview
77
8- > This project demonstrates how to automate database development with 'microsoft.sqlpackage' to an Azure SQL Database using a GitHub Actions.
8+ > This project demonstrates how to automate test a star schema development with 'microsoft.sqlpackage' using a GitHub Actions & Docker .
99
1010
1111## Flow
16164 . Deploy against a SQL database
1717
1818
19- ## Prerequisites
19+ ## Deployment prerequisites
2020- Azure Subscription
2121
2222## Setup
2525
2626## Configuration
27271 . Add the following secrets to your GitHub repository:
28- - ` AZURE_SQL_CONNECTION_STRING ` - Azure SQL Database connection string of your choice
28+ - ` AZURE_SQL_CONNECTION_STRING ` - Azure SQL Database connection string of your database
2929
3030## Azure Deployment
31311 . Run database deployment from github actions tab. See [ deploy.yml] ( .github/workflows/deploy.yml )
@@ -41,5 +41,5 @@ make docker
4141
42422 . Examine the logs
4343``` bash
44- docker compose logs -f sqlpackage
44+ docker compose logs -f
4545```
You can’t perform that action at this time.
0 commit comments