Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.22 KB

deploy-webdeploy-webapps.md

File metadata and controls

37 lines (25 loc) · 1.22 KB
title description ms.assetid ms.topic ms.custom ms.author author ms.date monikerRange
Deploy a web app to App Services
Set up CD of an ASP.NET or Node.js web deploy package to Azure App Services in Azure Pipelines and TFS
449254BF-EAC1-466E-B10C-85C2DE086F30
conceptual
seodec18
ronai
RoopeshNair
12/07/2018
>= tfs-2015

Deploy a web app to Azure App Services

Azure Pipelines | TFS 2018 | TFS 2017.2

We'll show you how to set up continuous deployment of your ASP.NET or Node.js app to an Azure Web App using Azure Pipelines or Team Foundation Server (TFS). You can use the steps in this quickstart as long as your continuous integration pipeline publishes a Web Deploy package.

Prerequisites

Before you begin, you'll need a CI build that publishes your Web Deploy package. To set up CI for your specific type of app, see:

You'll also need an Azure Web App where you will deploy the app.

[!INCLUDE create-release]

Next step