From af4fb88f2874d0a0f0fb72c06f85fd266752c159 Mon Sep 17 00:00:00 2001 From: atrakic Date: Thu, 19 Sep 2024 11:43:30 +0200 Subject: [PATCH] Update --- .github/workflows/deploy.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8c47fd1..39c4329 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,8 @@ ## Secrets Required: Azure SQL Connection String: # AZURE_SQL_CONNECTION_STRING: 'Server=tcp:yourserver.database.windows.net,1433;Initial Catalog=yourdatabase;Persist Security Info=False;User ID=yourusername;Password=yourpassword;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;' +name: Deploy dacpac package to Azure SQL + on: workflow_dispatch: inputs: diff --git a/README.md b/README.md index cdea079..b8b5ba6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Overview -> This project demonstrates how to deploy a [Data-tier applications (DAC)](https://learn.microsoft.com/en-us/sql/relational-databases/data-tier-applications/data-tier-applications?view=sql-server-ver16) to an Azure SQL Database using a GitHub Action. +> This project demonstrates how to deploy a [dacpac](https://learn.microsoft.com/en-us/sql/relational-databases/data-tier-applications/data-tier-applications?view=sql-server-ver16) to an Azure SQL Database using a GitHub Action. ## Prerequisites - Azure Subscription