Reverse engineered prompt

Build me a Windows desktop app for exploring and managing Azure messaging resources, basically a friendly Service Bus admin tool. I want to be able to connect to a Service Bus namespace, browse queues, topics, and subscriptions, and do the usual message tasks like send, receive, peek, and manage dead letter messages. Please include a dashboard that shows message counts across entities, including active, scheduled, total, and dead letter counts, and have it refresh automatically with clear visual warnings when dead letters build up.

I also want easy search and filtering in the left tree so it is quick to find queues or subscriptions, plus a simple way to copy a message body from the preview pane. It should support importing and exporting namespace configuration, and also let me test or inspect Relay, Notification Hubs, and Event Hubs.

Please support Microsoft Entra sign in for Azure Service Bus so people can connect in a browser flow without saving SAS secrets locally. Look up current Azure docs online if you need to.

Want more depth? Deep Reverse