I have a Azure service bus containing 12 Topics. I am making a scale-able application where if the number of topics isreduced or increased, the application should use connectionString
to get all topics names for that service bus.
How can I get all topics name from a particular Azure service bus?
Please provide code sample that retrieve topic list from a particular Azure service bus.