Call Dynamics CRM from Azure Functions – Nishant Rana’s Weblog
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
More About This Author
Array
- Dyn365CE10 September 2024Sample Code to create and associate Folder / SharePoint Document Location (Dataverse /Dynamics 365 / SharePoint Online)
- Dyn365CE9 September 2024Fixed – The attempted operation is prohibited because it exceeds the list view threshold error– SharePoint Online
- Dyn365CE3 September 2024Fixed – “The relative url contains invalid characters. Please use a different name. Valid relative url names cannot ends with the following strings: .aspx, .ashx, .asmx, .svc , cannot begin or end with a dot, cannot contain consecutive dots and cannot contain any of the following characters: ~ ” # % & * : ? / \ { | }. “ error while creating SharePoint Document Location – Dynamics 365 / Dataverse
- Dyn365CE2 September 2024Data Migration of Quote and Quote Product – few key points (Dataverse/Dynamics 365/ SSIS)