This solution was presented at SharePoint Evolution 2015 demonstrating the Azure Service Bus being used to connect up systems including Microsoft Dynamics CRM 2015 Online, SharePoint 2013 Online (this project) and Yammer.
Slides from the presentation can be found here
Points of note:
- The Cloud Service project will run as a console application in Azure - this could run anywhere, but will need to be configured to match the Service Definition (ServiceDefinition.csdef), by adding a minimum of two files; typically ServiceConfiguration.Local.cscfg and ServiceConfiguration.Cloud.cscfg
- The code is "demo code"; no warranties implied etc.
(Blog post about the project)[]