Hosting azure test bus service samples on a development machine

I played with several azure service bus traffic jams and wanted to try using netEventRelayBinding to publish / subscribe. I am wondering how this can be tested locally through the Azure test environment (compute emulator or IIS). Something must be missing me.

When creating a URL to bind to the service bus, it usually looks like sb: //MySolution.servicebus.windows.net/MyService. I cannot understand how this translates to a local address and port. Is there a way to test Azure App Fabric without having to sign up for an account and register a namespace on a Microsoft site? Every time I try to run an Azure project or console application, they cannot bind to the URL. Thanks for any help you can give.

+4
source share
2 answers

I believe that the service bus is not currently emulated in the local structure.

+6
source

Source: https://habr.com/ru/post/1339454/


All Articles