Deploying into Azure App Service using Azure DevOps CI/CD Pipeline
5 min readFeb 19, 2019
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 DevOps (VSTS) account.
- Will to dive in the dark ends of DevOps life
What is Azure App Service?
Azure App Service enables you to build and host web apps, mobile backends and RESTful APIs in the programming language of your choice without managing infrastructure. It offers auto-scaling and high availability, supports both Windows and Linux, and enables automated deployments from GitHub, Azure DevOps or any Git repo.