0
votes

I know I can delete an Azure service bus queue scheduled message from code, but I'm looking for a way to do it with a tool. ex. Azure Storage Explorer, Service Bus Explorer, etc.

It doesn't seem like any of the tools allow this?

1
Powershell? That's scripting πŸ˜€ – Sean Feldman
to be honest, I don't really feel like installing powershell on my Mac. You would think one of the gui tools would allow this? – user1186050
You can :) I'll post the answer – Sean Feldman
which gui tool? I can't do it in the Azure portal. Only 'receiveanddelete' are allowed on active messages, not scheduled messages. I don't believe Storage Explorer allows you to do it either, but maybe I can't find the way to do it. – user1186050
ServiceBus Explorer can Peek one or more scheduled messages by sequence number, it can't delete. – Sean Feldman

1 Answers

0
votes

As Sean Feldman said in the comment, there is no ready tools to achieve your requirement, you need to achieve it by code or script.