I just start using Azure for the first time and encounter the same problem. each time I try to create a ServiceBus, I got this error message:
Namespace already exists. Enter a different name.
Before we can create a Service Bus
we should follow the below steps:
- 1st Activate your Subscriptions: From the Azure home page, go into your
Subscriptions
. (If you don't see it, at the top-middle of Azure home page search for Subscriptions
) On the Subscriptions
page, create a new one, if you do not have any or an Activate
subscription. If you have one Disabled
subscription then try to Activate
it.
- 2nd Create a Resource Groups: Go to this page and create one!
- 3rd Create Service Bus: Now we are ready to create a
Service Bus
! Search for it in the search box then go into its page and hit the "Create a Service Bus" button and follow the wizard pages.
NOTE 1: Some of our friends already mentioned some of these steps in more detail, so make sure to check them out!
NOTE 2: The worse thing about this problem is that Microsoft shows:
Namespace already exists. Enter a different name.
message over and over without saying why and what is the problem!!??
Happy Coding!