Azure trainings!
Infused with experience from the field, brought with lots of passion!

Variables in parallel for-each loops

During the past weeks, I received quite some questions about the behaviour of variables inside a non-sequential for-each loop.  It does not always behave as one might expect.  This post describes a potential issue you might encounter, explains the reason why and...

Logic Apps foreach limit

This post was originally published here. Lately, I was working on a proof of concept on Logic Apps. I created a Logic App that looped over all files in a specific folder and processed them. I was curious about the performance, so I copied 10.000 files in the folder....