Azure DevOps Release Pipeline Variables

Azure DevOps Release Pipeline Variables

Recently, I needed to do something where I had to get variables to work with a PowerShell Task in an Azure DevOps Release Pipeline. I was initially confused: the task had its own settings for environment variables, but I needed those settings in the pipeline, not...

Azure DevOps with a Secure Azure SQL Database

When you start out with Azure DevOps and a lack of understanding or perhaps simply wanting to do a quick and dirty with Azure SQL database it’s not all that hard to set up. Create a pipeline for the build and then a release pipeline. Use some secret variables...