Latest posts tagged on "Azure SQL Database"


Running a SQL Script from the Azure Pipeline using a Service Principal with Client Secret

Devops     1538
No Comments    

In this blog post, we will discuss how to securely and reliably execute a SQL script from an Azure Pipeline using a Service Connection with a Client Secret. We will explore the step-by-step process, starting with creating a Service Connection in Azure DevOps, creating a service principal, setting the permissions and finally setting up the Azure Pipeline.