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

Edit & Resubmit in Logic Apps

What to do if a message is invalid?  The default answer is mostly to make corrections at the source system and resend the messages.  But… What if the source system cannot resend those messages in the right format?  What if the source is a very important customer of...

Get request URL after Logic Apps deployment

Just a short note to myself about Logic Apps deployment!  I took me a while to figure out how to get the URL of a Logic App after an ARM deployment, because I needed it as an app setting for my Web App.  Apparently, there’s a listCallbackURL function, that...

IP Restrictions in Logic Apps

Recently, I discovered a new tab for Logic Apps resources in the Azure portal, named Workflow Settings.  Workflow settings is a very generic name, but it’s good to know that it includes additional access control configuration, through inbound IP restrictions. ...

This Month I’ve Read – February 2018

In this “This Month I’ve Read” series, I want to share some blogs / articles concerning Microsoft Enterprise Integration that really drew my attention throughout the last month.  Here you can find my selection for this month. Glenn Colpaert – Build high...

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...