Latest posts

Notes on code and the things I build.

Architecture , Azure , C# , powerplatform

Dataverse - Azure Aware Plugin + Service Bus Queue + Azure Function + Dataverse Custom API

Mar 25, 2023

Today, we will learn how to make use of the Azure Service Bus Queue to be implemented alongside Dataverse. The idea is Azure Service Bus Queue offers mechanism to make requests well-ordered which can be a way to make sure that your data is processed in the correct order. The flow...