Reputation: 5487
We're cleaning up some Azure resources and have come across a service bus that seems to have activity, but doesn't have any queues or topics. My understanding is that without one or the other of these, you can't send or receive messages. Is there any way to track down where the requests are coming from?
Upvotes: 1
Views: 106
Reputation: 25994
Incoming requests is not just messages. It could also be management operations such as getting namespace information.
Your best bet is to open a support case to understand what's being invoked.
Upvotes: 2