Skip to content

Commit 2cdce1d

Browse files
authored
small grammar change
1 parent ceca70a commit 2cdce1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/management/manage-resources-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ctx = $storageAccount.Context
4141

4242
### Deploy a template
4343

44-
The following script creates deploy a Quickstart template to create a storage account. For more information, see [Quickstart: Create Azure Resource Manager templates by using Visual Studio Code](../templates/quickstart-create-templates-use-visual-studio-code.md?tabs=PowerShell).
44+
The following script deploys a Quickstart template to create a storage account. For more information, see [Quickstart: Create Azure Resource Manager templates by using Visual Studio Code](../templates/quickstart-create-templates-use-visual-studio-code.md?tabs=PowerShell).
4545

4646
```azurepowershell-interactive
4747
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
@@ -135,4 +135,4 @@ Tagging helps organizing your resource group and resources logically. For inform
135135
- To learn Azure Resource Manager, see [Azure Resource Manager overview](overview.md).
136136
- To learn the Resource Manager template syntax, see [Understand the structure and syntax of Azure Resource Manager templates](../templates/syntax.md).
137137
- To learn how to develop templates, see the [step-by-step tutorials](../index.yml).
138-
- To view the Azure Resource Manager template schemas, see [template reference](/azure/templates/).
138+
- To view the Azure Resource Manager template schemas, see [template reference](/azure/templates/).

0 commit comments

Comments
 (0)