PL 400 : create an Azure Function that interacts with Microsoft Power Platform (Publish and consume events)
Function App is the beautiful concept of Azure Service App where developers need to focus on the code or business logic and it also provides the ability to develop those code in multiple languages. If we analyze it carefully, we will find that it facilitates the separation of concerns along with the essence of the infrastructure. In Azure Functions, a function app provides execution context for different functions. The most important fact is that it provides logical unit which can work according to events or scheduler.
Write an Azure Function that processes Dataverse Events:
- Write the Azure Function which contains the HTTP trigger and implement the Remote Execution context.
- Build function and publish it to Azure.
- Register a Dataverse webhook that call the new custom develop Azure function with help of plugin registration tool.
- Register a new step with post operation a message
Comments
Post a Comment