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

Complex transformations in 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...

Logic Apps Event Grid trigger not firing

Event Grid allows to build reactive applications, based on out-of-the-box events from within the Azure ecosystem.  Logic Apps has native support for Event Grid, but lately I’ve encountered an issue that I want to share with you. Scenario I’ve created a new...

An introduction to webhooks

Modern applications work often reactive, based on a wide range of events. For that purpose, webhooks offer a simple and fast way to spin up processes, fired from these events.  Let’s have a look at what webhooks actually are. Webhooks versus polling When the...

Navigate directly to the Logic Apps run details

Last week, there was the #IntegrationAMA, where we got to chance to ask our questions to the product teams of the Azure Integration Services.  I used this as an opportunity to remind the product teams of several feature requests.  One of these requests was the ability...

Delete blobs in Azure Data Factory by leveraging MSI

Recently, I used Azure Data Factory again to build a big data ingestion pipeline.  The input data came from different sources, but needed to end up eventually in Azure Blob Storage.  Everything went pretty smooth and I had my data in the desired format, inside the...