Skip to content

Commit 5c8a5b6

Browse files
Merge pull request #218408 from mumian/1115-loop-limits
fix a sentence
2 parents be1cea3 + 9346dad commit 5c8a5b6

File tree

1 file changed

+1
-1
lines changed
  • articles/azure-resource-manager/bicep

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Using loops in Bicep has these limitations:
6666
- Bicep loops only work with values that can be determined at the start of deployment.
6767
- Loop iterations can't be a negative number or exceed 800 iterations.
6868
- Can't loop a resource with nested child resources. Change the child resources to top-level resources. See [Iteration for a child resource](#iteration-for-a-child-resource).
69-
- To loop on multiple levels of properties, use [lambda map function](./bicep-functions-lambda.md#map).
69+
- To loop on multiple levels of properties, use the [lambda map function](./bicep-functions-lambda.md#map).
7070

7171
## Integer index
7272

0 commit comments

Comments
 (0)