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

Logic Apps connector performance (1/3) – The bad

One of Logic Apps biggest selling points is the fact that the runtime is serverless, which results in a very scalable integration platform.  I’ve always been amazed by the elasticity characteristics of the Logic App engine, however there’s a huge...

Passwordless last-mile security with Azure API Management

One of the main reasons to introduce an API gateway is to establish uniform security controls on top of your API infrastructure.  The focus is mostly on the frontdoor security.  However, securing the last mile should also be high on your priority list.  Thanks to...

A first look at the Logic Apps obfuscation feature!

Logic Apps don’t have explicit release notes, so sometimes new features pop-up by surprise.  This was the case today, when I discovered the highly requested obfuscation feature.  The idea behind this feature is that sensitive data is not shown in the monitoring...

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