Member-only story
Let’s get started with Azure Function for Dynamics 365 CRM: Part 1 [Updated Connection Code]
In this blog, we will learn how to create an Azure Function App to connect it with Dynamics 365 CRM and perform the CRUD operation in Dynamics 365 CRM.
First, we will create an Azure Function project for Dynamics 365 CRM from Visual Studio, and below are the steps for the same.
Step 1: Create Azure Function Project in Visual Studio
Open Visual Studio and create a new Azure Function Project. Filter platform as Azure, select Azure Function, and click on Next.
Name your project and click on Create button.
After clicking on Create, you will get the below screen where you need to select the Trigger and Azure Function v1 (.Net Framework) and click on Create.
In my case, the Azure Function trigger will be Http Trigger which means when an azure function will receive an HTTP request it will trigger.