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

Navigate directly to the Logic Apps run details

Last week, there was the #IntegrationAMA, where we got to chance to ask our questions to the product teams of the Azure Integration Services.  I used this as an opportunity to remind the product teams of several feature requests.  One of these requests was the ability...

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