Search code examples
azureservicebusasp.net-web-api

relay WebHttpRelayBinding to webapi service


I have a desktop webapi server that I want to expose to clients through azure service bus's relay WebHttpRelayBinding is there a simple way to capture all the messages from the service bus and pass them as http requests to my webapi?


Solution

  • Pedro Félix has implemented a host that implements just what you are looking for.

    He describes it in a blog post, and has put the code on GitHub.