Tag Archives: Azure integration

Developing Scheduler for Dynamics 365 CE using Azure Function Part 2

DynamicsAzure

Introduction This is our second article about developing scheduler for Dynamics 365 CE using Azure Timer Function. In earlier article we developed a simple sample Azure Timer Function, now we are going to discuss how to deploy and configure scheduling for the Azure Timer Function. Solution Let’s first discuss how to schedule Timer to run it on specified times. Based… Read more »

Developing Scheduler for Dynamics 365 CE using Azure Function Part 1

DynamicsAzure

Introduction Sometimes we require to develop scheduler job for Dynamics 365 CE online. Currently we have different options to implement scheduler for Dynamics 365 CE online for example using workflow, Power Automate, Azure etc. In this article we are going to discuss how we can use Azure time trigger to develop scheduler for Dynamics 365 CE. Let’s say we have… Read more »

Dynamics 365 CE and Azure Function Part 4

DynamicsAzure

Introduction This is our fourth article in the series of Dynamics 365 and Azure function integration. In earlier articles, we discuss how we integration Dynamics 365 with Azure, using hard-coded credentials and using the server to server authentication. Now we are going to discuss how can we delete Azure blob after it is processed. You can refer our earlier articles… 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 »