Skip to content

Commit 70942e8

Browse files
committed
update
1 parent 03532b5 commit 70942e8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/azure-resource-manager/templates/deployment-tutorial-pipeline.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ ms.author: jgao
99

1010
# Tutorial: Continuous integration of Azure Resource Manager templates with Azure Pipelines
1111

12-
In the [previous tutorial], you deploy a linked template. In this tutorial, you
13-
14-
15-
Learn how to use Azure Pipelines to continuously build and deploy Azure Resource Manager template projects.
12+
In the [previous tutorial](./deployment-tutorial-linked-template.md), you deploy a linked template. In this tutorial, you learn how to use Azure Pipelines to continuously build and deploy Azure Resource Manager template projects.
1613

1714
Azure DevOps provides developer services to support teams to plan work, collaborate on code development, and build and deploy applications. Developers can work in the cloud using Azure DevOps Services. Azure DevOps provides an integrated set of features that you can access through your web browser or IDE client. Azure Pipeline is one of these features. Azure Pipelines is a fully featured continuous integration (CI) and continuous delivery (CD) service. It works with your preferred Git provider and can deploy to most major cloud services. Then you can automate the build, testing, and deployment of your code to Microsoft Azure, Google Cloud Platform, or Amazon Web Services.
1815

19-
This tutorial is designed for Azure Resource Manager template developers who are new Azure DevOps Services and Azure Pipelines. If you are already familiar with GitHub and DevOps, you can skip to [Create a pipeline](#create-a-pipeline).
16+
If you are already familiar with GitHub and DevOps, you can skip to [Create a pipeline](#create-a-pipeline).
2017

2118
> [!NOTE]
2219
> Pick a project name. When you go through the tutorial, replace any of the **AzureRmPipeline** with your project name.

0 commit comments

Comments
 (0)