I have been blogging on this website for 10 years now.
Since then, this blog gathered quite high and stable traffic and helped my propagate ideas and solutions for the Dynamics community.
During the last year, this website has become unstable and...
I love Azure Functions. These days, I have to restrain the tendency to solve every problem with this Swiss army knife. When designing Azure Function integration with Dynamics 365, one of the immediate questions raised is where to store connection...
Microsoft Flow, along with Logic Apps, Power Apps and CDS has revolutionized integration with Microsoft Dynamics 365. I have been working with Dynamics products since 2005 and when comparing the resources required back then to hook up a landing pa...
Just stumbled upon a new Azure environment, where Azure Function Apps have been upgraded to version 2. Right away, noticed that my Azure Function code referencing Dynamics assemblies does not compile, complaining about
The type or namespace name ...
The automated process of user provisioning becomes common in many projects. Often, the process includes components outside of Dynamics 365 such as creating a user in Azure Active Directory, assigning plans and licenses and adding user to AAD grou...
Harnessing the scaffold suggested in my last post, I would like to suggest a simple way to automatically backup Dynamics 365 solution with Flow/Logic Apps.
The following Flow will allow you to copy Dynamics 365 solution file into Dropbox account ...
While writing my previous post regarding Flow as a scheduling mechanism, I stumbled across this post demonstrating how to execute Web API calls from Flow.
Why would you want to execute Web API calls from Flow/Logic Apps?While Microsoft Flow/Logic...
I have written about executing recurring jobs in Dynamics 365 few times in the past. Over time, I suggested different scheduling mechanisms such as Microsoft Dynamics Workflow Timeout step or Azure Scheduler, as the pattern I suggested allows chan...