Integrating Dynamics 365 with Azure Function using Managed Identity
Views (957)
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 strings, credentials and other sensitive details. The immediate answer is ‘Not in your code’. So […]
*This post is locked for comments