Tuesday, February 19, 2019

Deploying into Azure App Service using Azure DevOps CI/CD Pipeline

Deploying into Azure App Service

This article demonstrates how to deploy an application into Azure App Service using Azure DevOps (VSTS) continuous integration/continuous delivery (CI/CD) pipeline. In this article, you’ll create a sample environment to: New build based on code commit to your Azure DevOps Repo. Automatically deploy your app into Azure. Prerequisites: Azure Portal Account, Azure subscription and Azure […]

The post Deploying into Azure App Service using Azure DevOps CI/CD Pipeline appeared first on DevOps.com.