Sitemap

Member-only story

Let’s get started with Azure Function for Dynamics 365 CRM: Part 1 [Updated Connection Code]

4 min readFeb 20, 2021

--

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.

Press enter or click to view image in full size
Create Azure Function Project in Visual Studio

Name your project and click on Create button.

Press enter or click to view image in full size
Name the Azure Function Project

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.

--

--

Amit Prajapati
Amit Prajapati

Written by Amit Prajapati

I am Technical Consultant from Mumbai, India. I like to contribute my knowledge to the community and good social cause.