Tag Archives: Connecting Azure function to Dynamics 365

Dynamics 365 CE and Azure Function Part 3

DynamicsAzure

Introduction This is our third article in the Dynamics 365 and Azure series, in first article we discussed basic introduction about azure function and set azure function app. In second article we discussed how we can connect to Dynamics 365 organization using hard coded user name and password. Today we are going to discuss how we can get rid of… Read more »

Dynamics 365 CE and Azure Function Part 2

DynamicsAzure

Introduction This is our second article in the Dynamics 365 and Azure series, in first article we discussed basic introduction about azure function and set azure function app. In this article we are going to discuss how we can read CSV file from blob storage and process it to create/update contact record in Dynamics 365. Let’s say we have following… Read more »