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

Azure Functions vs Azure Logic Apps

Azure’s serverless iPaaS offering has two key components: Azure Functions and Logic Apps.  If you consult the documentation, you’ll find out that there is quite some overlap between the two.  For many people, it’s not clear what technology...

Responsibilities for Azure Event Grid event handlers

Azure Event Grid brings together Event Publishers and Event Handlers in a loosely coupled manner, by providing a serverless and event-based routing service.  This blog describes some of the main characteristics an event handler should have in order to fit into...

Enrich HTTP Headers in Logic Apps

Recently, I read a question about a Logic App that received an HTTP request.  The purpose of the Logic App was to add some extra HTTP headers to the request, while retaining the orignal ones, before forwarding the message to another HTTP endpoint. This short blog...