Jul 23, 2019 | Logic Apps
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...
Jul 21, 2019 | Logic Apps
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...
Jul 10, 2019 | Logic Apps
This time a short blog, with an important message. If you are using the XML transform action, my advice is to investigate whether the Transform options are applicable to your situation. These options are hidden and not documented, so often forgotten. There are three...
Mar 10, 2019 | Logic Apps
Today, I discovered ‘by accident’ a brand new Logic Apps feature. It’s the long-awaited mocking functionality, which is currently in preview. Let’s give it a first try! Exploring the feature On every action, there’s now the option...
Jan 14, 2019 | Logic Apps
Recently, we faced the challenge to perform complex transformations in Logic Apps. We had an EDIFACT D96A ORDER parsed into XML, that had to be transformed into a generic JSON Order format. Let’s have a look what issues that we faced! Liquid templates are...