Answered by:
Reading messages from an Azure Service Bus queue and writing the data to CRM

Question
-
Hi,
I am trying to find out how to read messages from an Azure Service Bus queue and send those messages to CRM to create records, eg. a new Contact, update to an existing contact etc. I have registered a service endpoint, and a plugin step, which works. eg. If I update a Contact in CRM, I can see that the number of messages in my queue increases by 1. How do I read from another queue though? Should I just write a separate console application that creates/updates the record in CRM? How would such an app be triggered to 'listen' to the queue?
I'm familiar with plugins, C# etc., just not Azure Service Bus.
Thanks.
Wednesday, August 16, 2017 4:37 PM
Answers
-
Hi,
In Azure there are resources called Logic Apps and Function apps.
They can be hosted in Azure and set to "react" when a queue event happens and push information ... well anywhere.
Logic apps has less code and less control, however it should do the trick.
regards,
Don
- Marked as answer by MOTO1978 Friday, September 1, 2017 9:00 AM
Friday, September 1, 2017 4:12 AM
All replies
-
Anyone have anything here please?Thursday, August 17, 2017 8:42 AM
-
Tuesday, August 22, 2017 8:58 AM
-
Thanks, but that all seems to deal with writing TO the azure service bus FROM CRM. I want to work out how to write FROM the Azure Service Bus TO CRM.Tuesday, August 22, 2017 12:37 PM
-
Hi,
In Azure there are resources called Logic Apps and Function apps.
They can be hosted in Azure and set to "react" when a queue event happens and push information ... well anywhere.
Logic apps has less code and less control, however it should do the trick.
regards,
Don
- Marked as answer by MOTO1978 Friday, September 1, 2017 9:00 AM
Friday, September 1, 2017 4:12 AM