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

10 Tips for enterprise integration with Logic Apps

This post was originally published here. This post contains 10 useful tips for designing enterprise integration solutions on top of Logic Apps. It’s important to think upfront about reusability, reliability, security, error handling and maintenance....

Working with collections in Logic Apps

This post was originally published here. Quite often I get questions on how to modify JSON collections or arrays within Logic Apps. Before reaching out to Azure Functions, as an extensibility option, I prefer to use the out-of-the-box available Logic Apps...

Monitoring in Logic Apps

This post was originally published here. This blog post covers several ways to optimize the monitoring experience of your Logic Apps. Logic Apps provide two ways to add functional data to your workflow runs: tracked properties and outputs. This functional data can be...

Reliably receive SQL data in Logic Apps

This post was originally published here. Receiving data from a SQL table and processing it towards other back-end systems; It’s a very common use case in integration. Logic Apps has all the required functionality in its toolbox to fulfill this integration need....

Logic Apps batching

This post was originally published here. This blog post dives into the details of how you can achieve batching with Logic Apps. Batching is still a highly demanded feature for a middle-ware layer. It’s mostly introduced to reduce the performance impact on the...

Logic Apps is not a fit for enterprise integration

This post was originally published here. “Logic Apps is not a fit for real enterprise integration!”. This is a statement I often heard throughout the last year. In this blog, I’ll summarize the main reasons why people tend to make such statements....