Azure DevOps

How To Deploy Web App and Web Job In A Single Pipeline 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

How To Continuously Deploy Your .NET Core Azure WebJobs Members Public

New To Azure WebJobs? Learn how to get started and set up a build deploy pipeline in Azure DevOps.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

Azure DevOps Build Release Pipeline For Create React App 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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

Variable Snapshotting in Azure DevOps When Using Azure Key Vault 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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

Enable History for Azure DevOps Variable Groups Using Azure Key Vault 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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

Code Signing MSI Installer and DLLs in Azure DevOps Members Public

Code Sign using Microsoft SignTool in Azure Devops build pipeline.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

Building Windows Service Installer on Azure Devops Members Public

Continuosly building a windows installer on Azure DevOps using VdProj or WIX

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

Setting up DbUp in Azure Pipelines Members Public

DbUp in a .Net core console application and Azure Pipelines.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps