Skip to content

Commit 65798f8

Browse files
authored
Merge pull request #87450 from JFolberth/patch-10
Update min version
2 parents 9f6fb21 + 6a55588 commit 65798f8

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
@@ -7,7 +7,7 @@ ms.date: 12/02/2021
77

88
# Iterative loops in Bicep
99

10-
This article shows you how to use the `for` syntax to iterate over items in a collection. You can use loops to define multiple copies of a resource, module, variable, property, or output. Use loops to avoid repeating syntax in your Bicep file and to dynamically set the number of copies to create during deployment. To go through a quickstart, see [Quickstart: Create multiple instances](./quickstart-loops.md).
10+
This article shows you how to use the `for` syntax to iterate over items in a collection. This functionality is supported starting in v0.3.1 onward. You can use loops to define multiple copies of a resource, module, variable, property, or output. Use loops to avoid repeating syntax in your Bicep file and to dynamically set the number of copies to create during deployment. To go through a quickstart, see [Quickstart: Create multiple instances](./quickstart-loops.md).
1111

1212
### Microsoft Learn
1313

0 commit comments

Comments
 (0)