Cannot delete Azure Service Bus premium namespace in portal or CLI

David Boike 25 Reputation points
2025-04-11T18:43:16.5933333+00:00

I can't delete an Azure Service Bus Premium namespace. Whether through the Portal or in the CLI with az servicebus namespace delete -n NAMESPACE -g RESOURCEGROUP, it won't work, the request just spins for a long time. In the Portal, I've watched the item in the Notifications drawer spin for over an hour with no results. I've been watching the CLI spin for at least an hour as well.

az servicebus namespace show does show details for the namespace, including "status": "Failed",.

Premium namespaces are not cheap, I would like to not be charged for it. I tried to raise a support case within the portal but apparently that's not possible anymore? I don't want to put private information on a public forum but I see no other option than to raise it here.

For full context, I created the namespace to test the differences between Geo-Recovery and Geo-Replication. In this namespace, I set it up for Geo-Replication, realized I was actually trying to test Geo-Recovery, and tried to break the replication in order to pair using Geo-Recovery instead. I think something in that process is what "broke" the namespace and is probably the root issue in why I can't delete it myself.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
681 questions
{count} votes

Accepted answer
  1. LeelaRajeshSayana-MSFT 17,521 Reputation points
    2025-04-17T13:40:34.4533333+00:00

    @David Boike The incident could likely be caused because the resource might have ended up in a bad configuration state as the geo-replication flow was interrupted before the process was completed. Once the missing configurations are injected from the backend, the resource would be in a healthy state and could be deleted successfully.

    If you have any concerns with the billing, you can create a free support ticket from the Azure portal with the following flow: Cost Management + Billing --> Support + Troubleshooting --> New Support Request --> Service Bus Billing Issue --> Here you can opt for creating a new support ticket and share more details.

    Hope this helps! Please let us know if you have any additional questions or concerns.


    If the response answers your query, please do click Accept Answer and Yes, as it might be beneficial to other community members reading this thread. If you have any further query, do let us know. Thank you

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. David Boike 25 Reputation points
    2025-04-17T13:22:22.5333333+00:00

    Microsoft support stepped in and deleted the namespace on the back end.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.