Tag Archives: Dynamics 365 Azure Functions

Integrating Dynamics 365 with Azure Functions – Part 3

Introduction: In our last post about Azure functions, we saw how to register the workflow assembly and execute the workflow using Microsoft Flow in Dynamics 365. Continuing with our series to call webhooks from CRM, let us register the Azure function created as a Webhook. We register this using the Plugin Registration Tool (PRT) From the PRT… Read More »

Integrating Dynamics 365 with Azure Functions – Part 1

Introduction: Azure function is a serverless architecture where your code is hosted in the cloud and you do not need any infrastructure to host this. Traditionally extending business logic for Dynamics 365 Customer Engagement (D365 CE) included creating plugin and workflow assemblies which would be deployed to CRM using Plugin registration tool. The assembly could… Read More »