Skip to content

Commit 58e19e3

Browse files
authored
Merge pull request #110286 from BhargaviAnnadevara-MSFT/patch-25
(AzureCXP) Fixed Typo
2 parents 798eb00 + 5c538d2 commit 58e19e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/child-resource-name-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 08/26/2019
88

99
Child resources are resources that exist only within the context of another resource. For example, a [virtual machine extension](/azure/templates/microsoft.compute/2019-03-01/virtualmachines/extensions) can't exist without a [virtual machine](/azure/templates/microsoft.compute/2019-03-01/virtualmachines). The extension resource is a child of the virtual machine.
1010

11-
In a Resource Manger template, you can specify the child resource either within the parent resource or outside of the parent resource. The following example shows the child resource included within the resources property of the parent resource.
11+
In a Resource Manager template, you can specify the child resource either within the parent resource or outside of the parent resource. The following example shows the child resource included within the resources property of the parent resource.
1212

1313
```json
1414
"resources": [

0 commit comments

Comments
 (0)