Skip to content

Commit 69e7d9e

Browse files
committed
fix spelling
1 parent 1195fad commit 69e7d9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -34,7 +34,7 @@ Save a copy of the main template to your local computer with the .json extension
3434

3535
## Store the linked template
3636

37-
The following PowerShell script creates a storage account, creates a container, and copies the linked template from a github repository to the container. A copy of the linked template is stored in [GitHub](https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/get-started-deployment/linked-template/linkedStorageAccount.json).
37+
The following PowerShell script creates a storage account, creates a container, and copies the linked template from a GitHub repository to the container. A copy of the linked template is stored in [GitHub](https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/get-started-deployment/linked-template/linkedStorageAccount.json).
3838

3939
Select **Try-it** to open the Cloud Shell, select **Copy** to copy the PowerShell script, and right-click the shell pane to paste the script:
4040

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This repository is referred to as a *remote repository*. Each of the developers
6363
### Clone the remote repository
6464

6565
1. Open Git Shell or Git Bash. See [Prerequisites](#prerequisites).
66-
1. Verify your current folder is **github**.
66+
1. Verify your current folder is **GitHub**.
6767
1. Run the following command:
6868

6969
```bash
@@ -175,7 +175,7 @@ To create a pipeline with a step to deploy a template:
175175
* **Template location**: Select **Linked artifact**, which means the task looks for the template file directly from the connected repository.
176176
* **Template**: Enter **CreateWebApp/azuredeploy.json**. If you changed the folder name and the file name, you need to change this value.
177177
* **Template parameters**: Leave this field blank. You will specify the parameter values in the **Override template parameters.
178-
* **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).
178+
* **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).
179179
* **Deployment mode**: Select **Incremental**.
180180
* **Deployment name**: Enter **DeployPipelineTemplate**. Select **Advanced** before you can see **Deployment name**.
181181

0 commit comments

Comments
 (0)