Skip to content

Commit 878f8cd

Browse files
committed
update
1 parent 53e611c commit 878f8cd

7 files changed

+9
-293
lines changed

articles/azure-resource-manager/templates/deployment-tutorial-linked-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial - Deploy a linked template
33
description: Learn how to deploy a linked template
4-
ms.date: 02/26/2020
4+
ms.date: 03/13/2020
55
ms.topic: tutorial
66
ms.author: jgao
77
---

articles/azure-resource-manager/templates/deployment-tutorial-local-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial - Deploy a local Azure Resource Manager template
33
description: Learn how to deploy an Azure Resource Manager template from your local computer
4-
ms.date: 02/26/2020
4+
ms.date: 03/13/2020
55
ms.topic: tutorial
66
ms.author: jgao
77
---
@@ -59,6 +59,8 @@ Connect-AzAccount
5959
az login
6060
```
6161

62+
---
63+
6264
If you have multiple Azure subscriptions, select the subscription you want to use:
6365

6466
# [PowerShell](#tab/azure-powershell)

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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-
author: mumian
5-
ms.date: 10/29/2019
4+
ms.date: 03/13/2020
65
ms.topic: tutorial
76
ms.author: jgao
87
---
@@ -87,9 +86,8 @@ Instead of creating the templates, you can download the templates and save them
8786

8887
* The main template: https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/get-started-deployment/linked-template/azuredeploy.json
8988
* The linked template: https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/get-started-deployment/linked-template/linkedStorageAccount.json
90-
* The parameter file: https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/get-started-deployment/linked-template/azuredeploy.parameters.json
9189

92-
Both the folder name and the file name are used as they are in the pipeline. If you change these names, you must update the names used in the pipeline.
90+
Both the folder name and the file names are used as they are in the pipeline. If you change these names, you must update the names used in the pipeline.
9391

9492
### Push the template to the remote repository
9593

@@ -110,7 +108,7 @@ The azuredeploy.json has been added to the local repository. Next, you upload th
110108
1. Browse to your GitHub repository from a browser. The URL is **https://github.com/[YourAccountName]/[YourGitHubRepository]**. You shall see the **CreateWebApp** folder and the three files inside the folder.
111109
1. Select **linkedStorageAccount.json** to open the template.
112110
1. Select the **Raw** button. The URL is started with **raw.githubusercontent.com**.
113-
1. Make a copy of the URL. You need to provide this value when you configure the pipeline later in the tutroial.
111+
1. Make a copy of the URL. You need to provide this value when you configure the pipeline later in the tutorial.
114112

115113
So far, you have created a GitHub repository, and uploaded the templates to the repository.
116114

@@ -179,7 +177,7 @@ To create a pipeline with a step to deploy a template:
179177
* **Template location**: Select **Linked artifact**, which means the task looks for the template file directly from the connected repository.
180178
* **Template**: Enter **CreateWebApp/azuredeploy.json**. If you changed the folder name and the file name, you need to change this value.
181179
* **Template parameters**: Leave this field blank. You will specify the parameter values in the **Override template parameters.
182-
* **overrideParameters**: Enter **-projectName [EnterAProjectName] -linkedTemplateUri [EnterTheLinkedTemplateURL]**. Replace the project name ans the linked template url. The linked template URL is what you wrote down at the end of [Create a Github repository](#create-a-github-repository).
180+
* **overrideParameters**: Enter **-projectName [EnterAProjectName] -linkedTemplateUri [EnterTheLinkedTemplateURL]**. Replace the project name and the linked template url. The linked template URL is what you wrote down at the end of [Create a Github repository](#create-a-github-repository).
183181
* **Deployment mode**: Select **Incremental**.
184182
* **Deployment name**: Enter **DeployPipelineTemplate**. Select **Advanced** before you can see **Deployment name**.
185183
@@ -242,7 +240,7 @@ You might also want to delete the GitHub repository and the Azure DevOps project
242240
243241
## Next steps
244242
245-
Congratulations, you've finished this Resource Manager template deployoment tutorial. Let us know if you have any comments and suggestions in the feedback section. Thanks!
243+
Congratulations, you've finished this Resource Manager template deployment tutorial. Let us know if you have any comments and suggestions in the feedback section. Thanks!
246244
You're ready to jump into more advanced concepts about templates. The next tutorial goes into more detail about using template reference documentation to help with defining resources to deploy.
247245
248246
> [!div class="nextstepaction"]

articles/azure-resource-manager/templates/deployment-tutorial-remote-template.md

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

articles/azure-resource-manager/templates/deployment-tutorial-secured-linked-template.md

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

0 commit comments

Comments
 (0)