How do I debug Service Bus?
How do I debug Service Bus? Press F5 and send a message to your service bus topic. :-) Yes. If you want it to add messages on startup you could consider adding an additional timer triggered function to your app that will automatically put messages onto the service bus on a short interval to facilitate debugging. How do I check Service Bus logs? Logs for windows service bus can be find in the application logs in the Windows Event Viewer application. How do I check my messages in Service Bus Explorer? To peek the message on a queue, click on...