Hi Team
I am developing a solution using dynamic 365 and azure service bus queue integration which involves two-part.
1.Azure Service Bus provides native integration with Dynamics 365. This means we can send messages to Azure Service Bus from CRM when an event occurs, these messages can then be used to integrate with several downstream applications. I achieve this by this reference link.
community.dynamics.com/.../how-to-integrate-dynamics-365-with-azure-service-bus
2. In the second part I need to send a message with data from my web app to the "Azure service bus" so that dynamic 365 can consume this message.
Note : For consumption of data by dynamic crm from azure service bus.