Ben Wilkinson
Ben Wilkinson
I have not contributed to date, however I pulled down the repo and built the project yesterday. I would likely need a mentor to get me through the process end...
@Ro3A I have some examples here: - https://github.com/Azure/bicep/issues/10268
Since https://github.com/Azure/bicep/issues/10268 was a duplicate, I will just bring that over here #### Consider allowing a resource to reference itself for the values that are required at build time e.g....
@ckittel no update at this time. Team has reviewed and did not schedule this work, so far. So still sitting in the needs up vote stage... So the more comments...
I currently deploy nested resources in a Module, up to 4 layers of Modules. 1) an array of x top level resource 2) a single x top level resource 3)...
actually looking at your sample I thought it was an array, however it's only an object, so perhaps above wasn't relevant for your sample? ```bicep var hubs = { 'foo':...
@ramondegoede This does actually work, however you have to process the nested array in it's own Module. The module doesn't create any resources it simply iterates over some object and...
From: @stan-sz > related to #4555 . Gave example what should be allowed with double looping and probably even triple looping should be allowed for some rare RPs.
Thanks @slavizh - I copied and pasted directly from a similar thread not sure how that happened 😞
I was going to write a **ceil** (ceiling) function, then realized we don't support `Float`. I guess I would upvote.