Jul 30, 2019 | Geen categorie
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...
Jul 25, 2019 | Geen categorie
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...
Jul 13, 2019 | Geen categorie
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...
Aug 13, 2018 | Geen categorie
Recently, I had the chance to apply Liquid templates within Azure API Management policies. I stumbled upon some caveats, that I want to share with you. Scenario My scenario was to expose a legacy SOAP service in a restful way. As the customer had already API...
Sep 4, 2017 | Geen categorie
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...