File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
## Overview
7
7
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 .
9
9
10
10
11
11
## Flow
16
16
4 . Deploy against a SQL database
17
17
18
18
19
- ## Prerequisites
19
+ ## Deployment prerequisites
20
20
- Azure Subscription
21
21
22
22
## Setup
25
25
26
26
## Configuration
27
27
1 . 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
29
29
30
30
## Azure Deployment
31
31
1 . Run database deployment from github actions tab. See [ deploy.yml] ( .github/workflows/deploy.yml )
@@ -41,5 +41,5 @@ make docker
41
41
42
42
2 . Examine the logs
43
43
``` bash
44
- docker compose logs -f sqlpackage
44
+ docker compose logs -f
45
45
```
You can’t perform that action at this time.
0 commit comments