Skip to content

How to use array output in a for loop #3082

Answered by alex-frankel
floriankoch asked this question in Q&A
Discussion options

You must be logged in to vote

This is a current ARM deployments runtime limitation unfortunately. The array of a loop cannot be a runtime-only property, which essentially means we have to know the boundaries of all arrays used for loops before the deployment starts. It's definitely a limitation we'd love to lift, but no ETA for when that will happen. Is there a way to know the length of this oids array and provide it as an input parameter instead or is that length going to by dynamic?

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@majastrz
Comment options

@floriankoch
Comment options

@brwilkinson
Comment options

@ishepherd
Comment options

Answer selected by alex-frankel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants