I am using the Azure Service Bus topic mechanism. I have sent the messages to topic and want to see the messages which are all sent to the topic in azure portal. I can see the messages count but want to see the actual messages instead of count.
How can I do this?
You can use the Service Bus Explorer.
You can download it from here: https://github.com/paolosalvatori/ServiceBusExplorer/releases
Here is a tutorial on how to use it: http://colinvermander.com/tag/service-bus-explorer/
And here is a link for more information about the software and features: https://blogs.msdn.microsoft.com/paolos/2015/03/02/service-bus-explorer-2-6-now-available/