QuestionQ26
Secure, optimize, and deploy database solutionsYou have a database named DB1. Its schema is stored in a Git repository as an SDK-style SQL database project.
You have a GitHub Actions workflow that already runs dotnet build and generates a database artifact.
You need to add a deployment step that publishes the .dacpac file to an Azure SQL database by using secrets stored in GitHub repository secrets.
What should you include in the workflow?
Community Discussion