Skip to content

Commit 6f4ac9a

Browse files
authored
Merge pull request #52809 from MrRoundRobin/patch-2
fixed duplicate text in Tutorial
2 parents 1a5208f + fe251c8 commit 6f4ac9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-resource-manager/templates/template-tutorial-create-templates-with-dependent-resources.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Template with dependent resources
33
description: Learn how to create an Azure Resource Manager template with multiple resources, and how to deploy it using the Azure portal
44
author: mumian
@@ -91,11 +91,11 @@ When you explore the template in this section, try to answer these questions:
9191

9292
![Visual Studio Code Azure Resource Manager templates virtual network dependsOn](./media/template-tutorial-create-templates-with-dependent-resources/resource-manager-template-virtual-network-definition.png)
9393

94-
The dependsOn element enables you to define one resource as a dependent on one or more resources. The dependsOn element enables you to define one resource as a dependent on one or more resources. This resource depends on one other resource:
94+
The dependsOn element enables you to define one resource as a dependent on one or more resources. This resource depends on one other resource:
9595

9696
* `Microsoft.Network/networkSecurityGroups`
9797

98-
1. Expand the fifty resource. The resource type is `Microsoft.Network/networkInterfaces`. The resource depends on two other resources:
98+
1. Expand the fifth resource. The resource type is `Microsoft.Network/networkInterfaces`. The resource depends on two other resources:
9999

100100
* `Microsoft.Network/publicIPAddresses`
101101
* `Microsoft.Network/virtualNetworks`
@@ -158,7 +158,7 @@ When the Azure resources are no longer needed, clean up the resources you deploy
158158

159159
1. From the Azure portal, select **Resource group** from the left menu.
160160
2. Enter the resource group name in the **Filter by name** field.
161-
3. Select the resource group name. You shall see a total of six resources in the resource group.
161+
3. Select the resource group name. You'll see a total of six resources in the resource group.
162162
4. Select **Delete resource group** from the top menu.
163163

164164
## Next steps

0 commit comments

Comments
 (0)