Not able to delete Service Bus Namespace

Rocchi, Orlando 0 Reputation points
2024-08-05T13:13:39.6533333+00:00

I created an Azure Service bus namespace. now I am trying to delete it but I am not able to do it. getting below error

Error: 409 Namespace provisioning in transition. For more information visit https://aka.ms/eventhubsarmexceptions. CorrelationId: ecf63acb-cd4c-4d71-a532-115ed1c68728

it says "provisioning in transition" but it's been days I created this namespace.

is there a way I can force delete it..?

EDIT: I solved using this command:

az servicebus namespace delete -n ges-test --resource-group ges-test --no-wait true

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

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 27,826 Reputation points
    2024-08-05T14:02:31.77+00:00

    @Rocchi, Orlando Thanks for reaching out. Glad that you were able to delete the namespace successfully using the below command

    az servicebus namespace delete -n ges-test --resource-group ges-test --no-wait true

    thanks for sharing it with the community which will greatly help others with similar issues.

    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.