Skip to content

Commit b24e3dc

Browse files
authored
Merge pull request #112316 from mumian/0422-broken-links
remove a file
2 parents 41404a4 + 17056e1 commit b24e3dc

File tree

5 files changed

+7
-269
lines changed

5 files changed

+7
-269
lines changed

articles/azure-resource-manager/templates/add-template-to-azure-pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article assumes your Visual Studio project and Azure DevOps organization ar
2222

2323
* You have an Azure DevOps organization. If you don't have one, [create one for free](/azure/devops/pipelines/get-started/pipelines-sign-up?view=azure-devops). If your team already has an Azure DevOps organization, make sure you're an administrator of the Azure DevOps project that you want to use.
2424

25-
* You've configured a [service connection](/azure/devops/pipelines/library/connect-to-azure?view=azure-devops) to your Azure subscription. The tasks in the pipeline execute under the identity of the service principal. For steps to create the connection, see [Create a DevOps project](template-tutorial-use-azure-pipelines.md#create-a-devops-project).
25+
* You've configured a [service connection](/azure/devops/pipelines/library/connect-to-azure?view=azure-devops) to your Azure subscription. The tasks in the pipeline execute under the identity of the service principal. For steps to create the connection, see [Create a DevOps project](deployment-tutorial-pipeline.md#create-a-devops-project).
2626

2727
* You have a Visual Studio project that was created from the **Azure Resource Group** starter template. For information about creating that type of project, see [Creating and deploying Azure resource groups through Visual Studio](create-visual-studio-deployment-project.md).
2828

@@ -255,4 +255,4 @@ You can select the currently running pipeline to see details about the tasks. Wh
255255

256256
## Next steps
257257

258-
For step-by-step process on using Azure Pipelines with ARM templates, see [Tutorial: Continuous integration of ARM templates with Azure Pipelines](template-tutorial-use-azure-pipelines.md).
258+
For step-by-step process on using Azure Pipelines with ARM templates, see [Tutorial: Continuous integration of Azure Resource Manager templates with Azure Pipelines](deployment-tutorial-pipeline.md).

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Continuous integration with Azure Pipelines
33
description: Learn how to continuously build, test, and deploy Azure Resource Manager templates.
4-
ms.date: 03/13/2020
4+
ms.date: 04/22/2020
55
ms.topic: tutorial
66
ms.author: jgao
77
---
@@ -52,11 +52,7 @@ If you don't have a GitHub account, see [Prerequisites](#prerequisites).
5252

5353
1. Select **New**, a green button.
5454
1. In **Repository name**, enter a repository name. For example, **AzureRmPipeline-repo**. Remember to replace any of **AzureRmPipeline** with your project name. You can select either **Public** or **private** for going through this tutorial. And then select **Create repository**.
55-
1. Write down the URL. The repository URL is the following format:
56-
57-
```url
58-
https://github.com/[YourAccountName]/[YourRepositoryName]
59-
```
55+
1. Write down the URL. The repository URL is the following format - **https://github.com/[YourAccountName]/[YourRepositoryName]**.
6056

6157
This repository is referred to as a *remote repository*. Each of the developers of the same project can clone his/her own *local repository*, and merge the changes to the remote repository.
6258

articles/azure-resource-manager/templates/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you're trying to decide between using ARM templates and one of the other infr
4444

4545
* **Deployment Blueprints**: You can take advantage of [Blueprints](../../governance/blueprints/overview.md) provided by Microsoft to meet regulatory and compliance standards. These blueprints include pre-built templates for various architectures.
4646

47-
* **CI/CD integration**: You can integrate templates into your continuous integration and continuous deployment (CI/CD) tools, which can automate your release pipelines for fast and reliable application and infrastructure updates. By using Azure DevOps and Resource Manager template task, you can use Azure Pipelines to continuously build and deploy ARM template projects. To learn more, see [VS project with pipelines](add-template-to-azure-pipelines.md) and [Continuous integration with Azure Pipelines](template-tutorial-use-azure-pipelines.md).
47+
* **CI/CD integration**: You can integrate templates into your continuous integration and continuous deployment (CI/CD) tools, which can automate your release pipelines for fast and reliable application and infrastructure updates. By using Azure DevOps and Resource Manager template task, you can use Azure Pipelines to continuously build and deploy ARM template projects. To learn more, see [VS project with pipelines](add-template-to-azure-pipelines.md) and [Tutorial: Continuous integration of Azure Resource Manager templates with Azure Pipelines](./deployment-tutorial-pipeline.md).
4848

4949
* **Exportable code**: You can get a template for an existing resource group by either exporting the current state of the resource group, or viewing the template used for a particular deployment. Viewing the [exported template](export-template-portal.md) is a helpful way to learn about the template syntax.
5050

articles/azure-resource-manager/templates/template-tutorial-use-azure-pipelines.md

Lines changed: 0 additions & 258 deletions
This file was deleted.

0 commit comments

Comments
 (0)