Hi,
We have requirement of integrating CRM on-premise with Azure and send CRM data to azure service bus queue.
We have followed below links to integrate:
https://blogs.msdn.microsoft.com/crm/2011/02/18/windows-azure-appfabric-integration-with-microsoft-dynamics-crm-step-by-step/
https://msdn.microsoft.com/en-us/library/gg334766.aspx
Have also created service bus name space and queue in Azure. Have followed below links for Azure settings:
https://msdn.microsoft.com/en-us/library/gg328249.aspx
https://msdn.microsoft.com/en-us/library/jj863635.aspx
Also registered service bus endpoint and steps following below links:
https://msdn.microsoft.com/en-us/library/gg328524.aspx
And we are using TWO WAY Listener from below links.
https://msdn.microsoft.com/en-us/library/gg334438(v=crm.6).aspx
Having tried all of these, I am successfully able to register service bus endpoint and steps . And I can see in system jobs of CRM that it is posting CRM context successfully to Azure service bus queue. But the listener is unable to listen CRM context and I
am not able to retrieve CRM data.
Can anybody please please guide and recommend what am I missing in my setup ?
Regards,
Yogesh