Dynamics 365 different ways of calling Azure Function from CRM plugin
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 CRM plugin. We can also use same code to send data in request body.
Plugin is registered on…
View On WordPress











