Possible to find the service path of all running relays in an Azure namespace when display mode is set private?

StackOverflow https://stackoverflow.com/questions/19191014

Question

This seems basic but i cant seem to find an answer. Even service bus explorer sample app can't see private relay services. Our application will be creating multiple relays using the Azure Service bus, These can be set to Discover mode public and that will list them in the service registry on the namespace however this information being "public" isn't acceptable to us.

Is there a way to get a list of all active relays in a namespace without setting them to public? The Azure portal is able to obviously but i'm not able to find a way to get this list programmatically.

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top