Hi,
I am building an integration using APIs for Dynamics 365 using Azure Integration Services but I am having trouble in understanding what artefacts do I need to create in Azure. I want it to be triggered on Dynamics 365 entity record creation, and then create a service bus queue containing the json of the record created.
- Should I then create an Event Grid Topic and Subscription to pass it on to Logic App or
- should I directly read service bus queue in Logic App?
- What role can be there for Azure Integration Account?
- Should I send Entity created json message to Event Grid or what would be purpose of Event Grid there in this integration
Also what would be ideal and scalable integration solution for Integrating Dynamics 365 using Message queuing system with other LOB applications
I need to design a scalable solution. Thanks