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

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

Logic Apps debatching

The post was originally published here. Debatching is a common need in enterprise integration. This blog post includes several ways to achieve debatching in Logic Apps for both JSON and XML messages. The aspect of monitoring and exception handling is also covered....

Save costs by scheduling Logic Apps

This post was originally published here. Within Logic Apps, there is a pay-per-usage pricing model. You get invoiced for every action that is executed, but also for every polling trigger (regardless whether the trigger is skipped or fired). You can reduce the cost of...

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

Cascading effects of nested Logic Apps

The post was originally published here. A good architect and great developer have one thing in common: they are lazy! They design the solution in such a way that they can reuse as much as possible common components within their solution. This applies to any...

Service Bus connector issue

This post was originally published here. Lately, I tried to connect to a Service Bus queue with limited permissions (Listen only). I encountered an issue that I want to share with you, so it can save you some time! When you manage a Service Bus namespace, it’s...