Looping support for Resource Properties #1690
-
Azure Application Gateway is an example of a resource in Azure with a lot of properties (and also sometimes subproperties) that needs to loop/iterate from one or more variable tables to be able to reuse and create readable and manageable templates. Will bicep enable us to overcome ARM Template complexity and difficulties? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
We now have loops support in bicep - have you had a chance to use it? Would be great to get a sense if this is easier than how it would be accomplished in ARM templates. https://github.com/Azure/bicep/blob/main/docs/tutorial/05-loops-conditions-existing.md#loops |
Beta Was this translation helpful? Give feedback.
-
This looks like it was added a few days ago: https://github.com/Azure/bicep/blob/main/docs/spec/loops.md |
Beta Was this translation helpful? Give feedback.
-
Correct this was released recently. @joelmforsyth / @Jaa9 is this resolved? |
Beta Was this translation helpful? Give feedback.
We now have loops support in bicep - have you had a chance to use it? Would be great to get a sense if this is easier than how it would be accomplished in ARM templates.
https://github.com/Azure/bicep/blob/main/docs/tutorial/05-loops-conditions-existing.md#loops