DevOps
How To Deploy Web App and Web Job In A Single Pipeline Paid Members Public
Learn how to set up a build/deploy pipeline for deploying a Web application and Web Job into Azure Web App. Also find out whether you should have a single or multiple pipeline for this and how to decide between them.
How To Continuously Deploy Your .NET Core Azure WebJobs Paid Members Public
New To Azure WebJobs? Learn how to get started and set up a build deploy pipeline in Azure DevOps.
Azure DevOps Build Release Pipeline For Create React App Paid Members Public
Create-react-app is the defacto for most of the websites that I work on these days. In this post, we will see how to set up a build/deploy pipeline for create react app in Azure DevOps. We will be using the YML format for the pipeline here, which makes it
Variable Snapshotting in Azure DevOps When Using Azure Key Vault Paid Members Public
In the previous post, we saw how to Enable History for Azure DevOps Variable Groups Using Azure Key Vault. However, there is one issue with using this approach. Whenever a deployment is triggered, it fetches the latest Secret value from the Key Vault. This behaviour might be desirable or not
Enable History for Azure DevOps Variable Groups Using Azure Key Vault Paid Members Public
Using Key Vault via Variable Group does not snapshot configuration values from the vault. When a deployment is triggered the latest value from the Key Vault is used. A couple of weeks back, I accidentally deleted an Azure DevOps Variable Group at work, and it sucked out half of my
Code Signing MSI Installer and DLLs in Azure DevOps Paid Members Public
Code Sign using Microsoft SignTool in Azure Devops build pipeline.
Building Windows Service Installer on Azure Devops Paid Members Public
Continuosly building a windows installer on Azure DevOps using VdProj or WIX
Setting up DbUp in Azure Pipelines Paid Members Public
DbUp in a .Net core console application and Azure Pipelines.