High-availability with on-premise data gateway and Azure Logic Apps

I previously mentioned that it's possible to retrieve on-premise Dynamics 365 CE data using Logic Apps and the Web API endpoint. I demonstrated this using a single On-premise Data Gateway.…

Content-Based Router (CBR) for bi-directional data synchronisation using Logic Apps

Message Router is an integration patterns that solves the challenge of routing a message to a particular endpoint. This pattern can be used to solve the bi-directional data synchronisation of…

SQL Insert or Update does not trigger Logic Apps

Logic Apps will not trigger for SQL record or updates if the table does not contain ROWVERSION and IDENTITY

Query Azure Active Directory using Graph API & Logic Apps

In this post I want to demonstrate how to get a Users Department details from Azure Active Directory using Graph API. I'll be using Logic Apps for this demonstration, but…

Azure Active Directory – Capturing Events in Azure Events Hub

Azure Active Directory doesn't emit events on any type of object creation. This means that if you want to run an events-based action on the creation of a new User…

Competing Consumer Enterprise Integration Pattern for faster data processing

In this post I’ll demonstrate how to design an integration architecture that uses the tried and tested integration design pattern competing consumer. As always, I’ll demonstrate both “low-code” and code…

Logic Apps with On-Premise Dynamics 365

In this post I'll explain how to connect to a Microsoft Dynamics 365 on-premise environment with Azure Logic Apps.