Notifications
Announcements
No record found.
Hello team,
I want integrate Dynamics 365 FO with Azure service bus. Can any one help me to configure service bus endpoint url to D365 FO.
I hope you will get help from below links
www.ktlsolutions.com/.../draft-integrating-azure-service-bus-with-dynamics-365
community.dynamics.com/.../message-queueing-in-dynamics-365-with-azure-service-bus
www.atomicax.com/.../send-and-receive-azure-queue-messages-d365fo
Hello Sohail,
Thanks for your response.
My scenario is, need to create recurring export job to get data in xml format for data entity and that xml file need to be pushed to Azure service bus in scheduled manner(every 30mins). Could you please provide me the inputs.
Thanks in advance.
Regards,
Uday
The recurring data jobs do not push anything (except in case for BYODB), instead another app must pull the data from the queue.
You can use any integration app, such as LogicApps to do the fetching.
Hi uday krishna
Thank you for the detail information, Do you have knowledge of C#? if yes then it will be easy to write complete logic with C# and add the DLL as reference in D365FO.. then call C# logic from your D365FO batch jobs.
https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dotnet-how-to-use-topics-subscriptions
Do let me know if you need any help from my side.
Hi,
You can do this using recurring integration and logic App. I use this approach for multiple clients. Ideally you would store the download URL in Blob rather than in Azure Service bus. ASB can only store 256kb or 2mb. I have written a blog about how to do this.
https://azureintegrations.com/2020/05/24/azure-integration-dynamics-365-uo-dmf-using-logic-apps/
Using function App
https://azureintegrations.com/2020/03/28/d365uo-recurring-integration-to-avoid-dmf-parallel-execution-issue/
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to a top community star!
In our never-ending quest to help the Dynamics 365 Community members get answers faster …
Welcome to the next edition of the Community Platform Update. This is a status …
Stay up to date on forum activity by subscribing.