Tag Archives: Azure Timer Function

Developing Scheduler for Dynamics 365 CE using Azure Function Part 2

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

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 »