Skip to content

Commit 8dd8f04

Browse files
committed
update
1 parent 951ca54 commit 8dd8f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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,7 +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 - **https://github.com/[YourAccountName]/[YourRepositoryName**.
55+
1. Write down the URL. The repository URL is the following format - **https://github.com/[YourAccountName]/[YourRepositoryName]**.
5656

5757
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.
5858

0 commit comments

Comments
 (0)