Skip to content

Commit dafb156

Browse files
committed
minor edit
1 parent 83d7cb5 commit dafb156

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed
Loading
-79 Bytes
Loading
Loading
Loading
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This repository is referred to as a *remote repository*. Each of the developers
8888

8989
Replace **[YourAccountName]** with your GitHub account name, and replace **[YourGitHubRepositoryName]** with your repository name you created in the previous procedure.
9090

91-
The following screenshots shows an example.
91+
The following screenshot shows an example.
9292

9393
![Azure Resource Manager Azure DevOps Azure Pipelines create GitHub bash](./media/resource-manager-tutorial-use-azure-pipelines/azure-resource-manager-devops-pipelines-github-bash.png)
9494

articles/azure-resource-manager/vs-resource-groups-project-devops-pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to set up continuous integration in Azure Pipelines b
44
author: tfitzmac
55
ms.service: azure-resource-manager
66
ms.topic: conceptual
7-
ms.date: 06/12/2019
7+
ms.date: 10/17/2019
88
ms.author: tomfitz
99
---
1010
# Integrate Resource Manager templates with Azure Pipelines
@@ -191,7 +191,7 @@ The following YAML shows the [Azure Resource Manager template deployment task](h
191191

192192
There are several parts of this task to revise for your environment.
193193

194-
- 'deploymentScope': Select the scope of deployment from the options: `Management Group`, `Subscription` and `Resource Group`. Use **Resource Group** in this walk through. To learn more about the scopes, see [Deployment scopes](./resource-group-template-deploy-rest.md#deployment-scope).
194+
- `deploymentScope`: Select the scope of deployment from the options: `Management Group`, `Subscription` and `Resource Group`. Use **Resource Group** in this walk through. To learn more about the scopes, see [Deployment scopes](./resource-group-template-deploy-rest.md#deployment-scope).
195195

196196
- `ConnectedServiceName`: Provide the name of the service connection you created.
197197

0 commit comments

Comments
 (0)