Configuration in Azure Portal for Azure Service Bus account

In this article

Overview

Azure Service Bus Snaps use the Azure Service Bus Account to access the Azure Service Bus application. The Azure Service Bus account requires a Namespace and a Connection String that you must create and configure.

Creating a Namespace

  1. Log in to Microsoft Azure portal.

  2. Click Create a resource under Azure services.

  3. Navigate to Integration > Service Bus.

  4. In the Basics tab of the Create namespace page, enter the following details for the namespace.

    1. In the Subscription list, choose an Azure subscription in which to create the namespace.

    2. In the Resource group list, choose a group or create a new resource.

    3. Specify a unique Namespace name to use in the Azure Service Bus account.

    4. On the Location list, choose a location where your Namespace should be hosted.

    5. On the Pricing tier list, choose a pricing tier for the Namespace.

  5. Optional. Add tags if required.

  6. Click Review + Create.
    The portal creates your namespace. You can explore the resource namespace details from the dashboard.

  7. On the Review + Create page, review settings, and select Create.

Viewing the Namespace details

  1. Click Go to resource on the deployment page.

     

  2. In the left navigation pane of the resource details page, click Shared access policies.

  3. Click the default policy RootManagerSharedAccessKey to explore keys and connection strings.

  4. Select both the Send and Listen checkboxes.
    The Primary and Secondary Connection Strings are displayed.

  • Make note of the Connection String, which you will need when creating the Azure Service Bus account

  • If the Connection String Source is Snap Generated, you must have a Shared Access Policy; you can provide a unique name for your policy. (Default: RootSharedAccessKey).