Securely configuring Azure DevOps pipeline for SQL unit testing

Introduction If you are aiming to securely configure your database unit tests in the Azure DevOps pipeline, the first challenge you might need to address is how to configure your connection strings. Unfortunately, no clear documentation explains the best practices around this area. The aim of this article is to cover the possibilities to configure…