Skip to content

Commit a144363

Browse files
committed
[ci-skip] update
1 parent d6cca98 commit a144363

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
@@ -16,7 +16,7 @@
1616
4. Deploy against a SQL database
1717

1818

19-
## Prerequisites
19+
## Deployment prerequisites
2020
- Azure Subscription
2121

2222
## Setup
@@ -25,7 +25,7 @@
2525

2626
## Configuration
2727
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
2929

3030
## Azure Deployment
3131
1. Run database deployment from github actions tab. See [deploy.yml](.github/workflows/deploy.yml)
@@ -41,5 +41,5 @@ make docker
4141

4242
2. Examine the logs
4343
```bash
44-
docker compose logs -f sqlpackage
44+
docker compose logs -f
4545
```

0 commit comments

Comments
 (0)