Azure · Azure Function · Data Migration And Integration

Integrate Dynamics CRM to Service Bus queue using Azure function

It has been a while since I have written any blog. In today’s blog I will walkthrough the process to integrate Service Bus Queue to Dynamics CRM using Azure function. Requirement :- The requirement is whenever any message is added to Service Bus Queue, we want to create IOT Alert records in CRM. For this…… Continue reading Integrate Dynamics CRM to Service Bus queue using Azure function

Azure Function · C# Code · Dynamics Plugins · Uncategorized

Dynamics 365 different ways of calling Azure Function from CRM plugin

In today’s past I will show you how we can call Azure function from Dynamics CRM plugin with the help of WebClient and HttpClient classes. Lets say we have a requirement to send Lead data to Azure function for further processing. For this post data will be send as request querystring to azure function from…… Continue reading Dynamics 365 different ways of calling Azure Function from CRM plugin

Azure · Azure Function

{Azure Function} Integrate External System with Dynamics CRM using Webhook

What is a WebHook? The concept of a WebHook is simple. A WebHook is an HTTP callback: an HTTP POST that occurs when something happens; a simple event-notification via HTTP POST. A web application implementing WebHooks will POST a message to a URL when certain things happen. When a web application enables users to register their…… Continue reading {Azure Function} Integrate External System with Dynamics CRM using Webhook