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

Extend Logic Apps with Azure API Apps

One way to extend Logic Apps beyond the out-of-the-box available functionality is by developing a custom Azure API App.  This blog contains a brief overview of the most important aspects when developing Azure API Apps to extend Logic Apps:  important notes, useful...

Issue while migrating EDI from BizTalk to Logic Apps

I was working recently on a prototype to migrate AS2 and EDI flows from BizTalk to Logic Apps.  Thanks to the Integration Account, we are able to reuse the BizTalk EDI schemas and related maps in Logic Apps.  However, when trying to process the first EDI message, I...

End-to-end correlation across Logic Apps

When using a generic and decoupled integration design, your integrations span often multiple Logic Apps.  For troubleshooting purposes, it’s important to be able to correlate these separate Logic Apps with each other.  Recently, a new feature has been introduced...

Concurrency control for push-triggered Logic Apps

Finally! Concurrency control for push triggers has been released!  This is an EXTREMELY useful feature in serverless workflows.  The scalability of your serverless middleware is often in high contrast with backend systems that cannot handle many parallel calls.  With...

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