Let us take a look at a simple Azure Function that refers our CRM assemblies and creates contact record in CRM.
Log in to Azure Portal, search for Function App and create a Function App.
Here we have specified WebHook + API and CSharp Template. Click on Create this function.
Select the function app, go to Platform features tab and click on App Service Editor.
Right click the function and add a new file named project.json. It is within this file we will refer our Nuget Packages that we…
Full Article
Call Dynamics CRM from Azure Functions – Nishant Rana’s Weblog
Blog Syndicated with Nishant Rana’s Permission