You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/loops.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Using loops in Bicep has these limitations:
66
66
- Bicep loops only work with values that can be determined at the start of deployment.
67
67
- Loop iterations can't be a negative number or exceed 800 iterations.
68
68
- 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).
0 commit comments