Blogging about my adventures, straight from the Azure trenches. Sharing is caring!

Subscribe to the blog

Latest Posts

Logic Apps connector performance (3/3) – The good

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 limitation on the...

Logic Apps connector performance (2/3) – The ugly

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 limitation on the...

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 limitation on the...

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

React on Azure Data Lake Store Gen2 events!

Azure Data Lake Storage Gen2 has now support for Event Grid events, similar to Azure Blob Storage.  This is ideal to start processes automatically, based on certain events that happen within the Data Lake.  In my scenario, I want to process a file, when it is added to...

Azure Data Lake Gen2 Logic Apps connector!

Recently, I had the need to connect Logic Apps with Azure Data Lake Gen 2.  As there was no out-of-the-box connector available, I decided to create my own.  This blog explains how to install, configure and use the connector. Installation guide Navigate to my GitHub...