Skip to content

Commit fd1649f

Browse files
authored
Merge pull request MicrosoftDocs#36952 from feliperomero3/patch-1
Fix a couple of typos
2 parents ea4f3b6 + e8f9197 commit fd1649f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Azure QuickStart Templates is a repository for Resource Manager templates. Inste
8282
Make two changes to the existing template:
8383
8484
* Add a storage account name parameter. Users can specify either a new storage account name or an existing storage account name.
85-
* Add a new parameter called **newOrExisting**. The deployment uses this parameter to determine where to create a new storage account or use an existing storage account.
85+
* Add a new parameter called **newOrExisting**. The deployment uses this parameter to determine whether to create a new storage account or use an existing storage account.
8686
8787
Here is the procedure to make the changes:
8888
@@ -134,7 +134,7 @@ Here is the procedure to make the changes:
134134
135135
## Deploy the template
136136
137-
Follow the instructions in [Deploy the template](./resource-manager-tutorial-create-templates-with-dependent-resources.md#deploy-the-template) to open the Cloud shell and upload the revised template, and then run the follow PowerShell script to deploy the template.
137+
Follow the instructions in [Deploy the template](./resource-manager-tutorial-create-templates-with-dependent-resources.md#deploy-the-template) to open the Cloud shell and upload the revised template, and then run the following PowerShell script to deploy the template.
138138
139139
```azurepowershell
140140
$resourceGroupName = Read-Host -Prompt "Enter the resource group name"
@@ -159,7 +159,7 @@ New-AzResourceGroupDeployment `
159159
> [!NOTE]
160160
> The deployment fails if **newOrExisting** is **new**, but the storage account with the storage account name specified already exists.
161161
162-
Try making another deployment with **newOrExisting** set to "existing" and specify an exiting storage account. To create a storage account beforehand, see [Create a storage account](../storage/common/storage-quickstart-create-account.md).
162+
Try making another deployment with **newOrExisting** set to "existing" and specify an existing storage account. To create a storage account beforehand, see [Create a storage account](../storage/common/storage-quickstart-create-account.md).
163163

164164
## Clean up resources
165165

0 commit comments

Comments
 (0)