Scheduling Dynamics 365 workflows with Azure Functions and Python
Last week I shared a solution for Scheduling Dynamics 365 workflows with Azure Functions and Node.js. In this post, I will show how to achieve equivalent functionality using Python. The actual Python code is simpler than my Node.js example, but the Azure Functions configuration is much more complicated. First, here’s the Python script I am using. »