EIP Azure Service Bus Channel Purger

There isn't an official way or method to empty an Azure Service Bus Queue using the Nuget assemblies. The following approach loops through the message list and empties the contents…

Enterprise Application Design Patterns Catalogue with Azure, AWS & GCP

Summary This page documents a list of Application Architectures. The page is a work-in-progress but should serve as a reference for design techniques that exist to solve problems. This page…

Sequential Convoy Integration Pattern (w)

Summary Sequential Convoy is an integration pattern that is heavily used with Microsoft Dynamics 365 CE. Front-end applications that need to push data into Dynamics often need the data to…

Azure Service Bus Bindings

Here is a quick tip for anyone trying to create an Azure Function Service Bus binding. When copying the Service Bus SAS key, the Visual Studio compiler may complain that…

Priority Queue Pattern with Azure and Dynamics 365

This pattern explores the idea of prioritising message requests so that messages with a higher priority are processed differently to messages with a lower priority.

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…

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…

Request/Response Integration Pattern

Summary This post will summarise the various Message Construction patterns. This isn't a comprehensive list, but patterns that have been widely adopted by the integration community. Some of these Message…

Integration testing with Data Factory, Data Lake, Dynamics 365 Finance & Operation

Just for fun, I decided to play around with Azure Data Factory (ADF), Azure Data Lake Storage (ADLS) and Microsoft Dynamics 365 Finance & Operation VM. I wanted to see…

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.