Getting Started with Azure AppFabric Service Bus: Creating Namespace



Before we can begin working with AppFabric Service Bus, we need:

  1. Service Bus Account
  2. Namespace in Service Bus Project

In this article, we will walk through creation of a new namespace in the Service Bus project.
  1. First we need to login to Azure portal.
  2. After successful login from the left tab select Service Bus, Access Control & Caching option.

    AzureServBus1.gif
     
  3. On selection of Service Bus, Access Control & Caching option, we will get a choice of either the Access Control or the Service Bus option. We need to select Service Bus option.

    AzureServBus2.gif
     
  4. On selection of Service Bus option we will get subscription listed and then on the top panel we will get an option to create a new Namespace.

    AzureServBus3.gif
     
  5. You will be prompted with a popup to provide all information regarding a new Namespace. We need to make sure that the Service Namespace name is unique.

    AzureServBus4.gif
     
  6. After successful creation of a namespace we can see the URL at right panel.

    AzureServBus5.gif
     
  7. The base URI of all service end points is ,
    https://debugmodetest.servicebus.windows.net/

When we open the URL in anoher browser, we will get the expected output as below:

AzureServBus6.gif

Up Next
    Ebook Download
    View all
    Learn
    View all