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

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 that we will build … Continue reading Dataverse – Azure Aware Plugin + Service Bus Queue + Azure Function + Dataverse Custom API

Advertisement

[Exploration] Dynamics CRM Azure-aware plug-in + Azure Queue + Power Automate

Do you know the Azure-aware plugin? In short, we can create a simple plugin that invokes Azure Service Bus that enables us to do the Publisher-Subscriber model. In this blog post, we will try to make Azure Service Bus, Dynamics CRM Service Endpoint, and CRM Plugin for creating the queue. While for the processing part (subscriber), we will … Continue reading [Exploration] Dynamics CRM Azure-aware plug-in + Azure Queue + Power Automate