Skip to content

Commit dac4ab7

Browse files
committed
acrolinx
1 parent f8f59c1 commit dac4ab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/templates/template-tutorial-create-multiple-instances.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To complete this article, you need:
4343
```
4444

4545
1. Select **Open** to open the file.
46-
1. There is a `Microsoft.Storage/storageAccounts` resource defined in the template. Compare the template to the [template reference](/azure/templates/Microsoft.Storage/storageAccounts). It's helpful to get some basic understanding of the template before customizing it.
46+
1. There's a `Microsoft.Storage/storageAccounts` resource defined in the template. Compare the template to the [template reference](/azure/templates/Microsoft.Storage/storageAccounts). It's helpful to get some basic understanding of the template before customizing it.
4747
1. Select **File** > **Save As** to save the file as _azuredeploy.json_ to your local computer.
4848

4949
## Edit the template
@@ -168,7 +168,7 @@ For more information about creating multiple instances, see [Resource iteration
168168
169169
---
170170
171-
After a successful template deployment you can display the three storage accounts created in the specified resource group. Compare the storage account names with the name definition in the template.
171+
After a successful template deployment, you can display the three storage accounts created in the specified resource group. Compare the storage account names with the name definition in the template.
172172
173173
# [CLI](#tab/azure-cli)
174174

0 commit comments

Comments
 (0)