Dataverse – Azure Aware Plugin + Service Bus Queue + Azure Function + Dataverse Custom API
Image Source: Shutterstock.com
Mar 26, 2023 8:00 AM

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

External Blog Post

Today, we will learn how to make use of the Azure Service Bus Queue to be implemented alongside Dataverse.

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 for today will be like the below:

For example, there are two users that update the same data (almost) at the same time. Here, as you can see from the flow above, the data will trigger our Azure Aware Plugin . The benefit of using Azure Aware Plugin is we can send the Queue Message with very minimal effort. Once the queue is created, the Azure Function (that is already subscribed) will kick in and process the message. Then, the function will create a connection to Dataverse and call Dataverse Custom API to do the next operation (validating and creating the Demo record). Without further ado, here is the implementation!

Open full article

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

More about Dataverse – Azure Aware Plugin

The Dataverse – Azure Aware Plugin + Service Bus Queue + Azure Function + Dataverse Custom API is a set of components that can be used to enable seamless integration of Microsoft Dataverse with Azure services. The plugin allows users to create a custom Dataverse environment that is aware of Azure services such as Azure Storage, Service Bus Queue, and Azure Functions.

The plugin also provides an easy to use interface for creating custom Dataverse APIs that can be used to communicate with Azure services. The Service Bus Queue allows for asynchronous communication between Dataverse and Azure services, while the Azure Function provides an easy to use serverless computing platform for creating custom Dataverse APIs. Finally, the custom Dataverse APIs allow users to quickly and easily access data stored in a Dataverse environment from Azure services.

18 hours ago — The idea is Azure Service Bus Queue offers mechanism to make requests ... Plugin + Service Bus Queue + Azure Function + Dataverse Custom API.

18 hours ago — Dataverse – Azure Aware Plugin + Service Bus Queue + Azure Function + Dataverse Custom API · Community Forums · Personalize your experience!

Dec 31, 2022 — Learn how to write plug-in code that can post