We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f1526a + e214d61 commit cbf04c5Copy full SHA for cbf04c5
articles/azure-resource-manager/bicep/child-resource-name-type.md
@@ -29,7 +29,7 @@ The **full name** of the child resource uses the pattern:
29
{parent-resource-name}/{child-resource-name}
30
```
31
32
-If you have more two levels in the hierarchy, keep repeating parent names:
+If you have more than two levels in the hierarchy, keep repeating parent names:
33
34
```bicep
35
{parent-resource-name}/{child-level1-resource-name}/{child-level2-resource-name}
0 commit comments