Posts tagged with "devops"

Found 14 posts with this tag.

Articles tagged with devops

Blog posts

Cover image for: How To Deploy Web App and Web Job In A Single Pipeline

How To Deploy Web App and Web Job In A Single Pipeline

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.
Article: How To Deploy Web App and Web Job In A Single Pipeline. 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.. Published May 7, 2021.Tagged as: DevOps, Azure.Click to read the full article.
Cover image for: How To Continuously Deploy Your .NET Core Azure WebJobs

How To Continuously Deploy Your .NET Core Azure WebJobs

New To Azure WebJobs? Learn how to get started and set up a build deploy pipeline in Azure DevOps.
Article: How To Continuously Deploy Your .NET Core Azure WebJobs. New To Azure WebJobs? Learn how to get started and set up a build deploy pipeline in Azure DevOps.. Published June 29, 2020.Tagged as: DevOps, Azure.Click to read the full article.
Cover image for: Azure DevOps Build Release Pipeline For Create React App

Azure DevOps Build Release Pipeline For Create React App

Create-react-app(https://github.com/facebook/create-react-app) is the defacto for most of the websites that I work on these days. In this post, we wil...
Article: Azure DevOps Build Release Pipeline For Create React App. Create-react-app(https://github.com/facebook/create-react-app) is the defacto for most of the websites that I work on these days. In this post, we wil.... Published February 10, 2020.Tagged as: DevOps.Click to read the full article.
Cover image for: Variable Snapshotting in Azure DevOps When Using Azure Key Vault

Variable Snapshotting in Azure DevOps When Using Azure Key Vault

In the previous post, we saw how to Enable History for Azure DevOps Variable Groups Using Azure Key Vault(/blog/azure-devops-variable-groups-history/)...
Article: Variable Snapshotting in Azure DevOps When Using Azure Key Vault. In the previous post, we saw how to Enable History for Azure DevOps Variable Groups Using Azure Key Vault(/blog/azure-devops-variable-groups-history/).... Published July 18, 2019.Tagged as: DevOps, Azure.Click to read the full article.
Cover image for: Enable History for Azure DevOps Variable Groups Using Azure Key Vault

Enable History for Azure DevOps Variable Groups Using Azure Key Vault

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...
Article: Enable History for Azure DevOps Variable Groups Using Azure Key Vault. 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.... Published June 12, 2019.Tagged as: DevOps, Azure.Click to read the full article.
Cover image for: Code Signing MSI Installer and DLLs in Azure DevOps

Code Signing MSI Installer and DLLs in Azure DevOps

Code Sign using Microsoft SignTool in Azure Devops build pipeline.
Article: Code Signing MSI Installer and DLLs in Azure DevOps. Code Sign using Microsoft SignTool in Azure Devops build pipeline.. Published April 10, 2019.Tagged as: DevOps.Click to read the full article.