Configuration in Azure Portal for Azure Service Bus account

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 the Microsoft Azure portal.
  2. Under Azure services, click Create a resource.
    Create a resource
  3. Navigate to Integration > Service Bus.
    Integration > Service Bus
  4. On the Basics tab of the Create namespace page, enter the following details for the namespace:
    Create namespace Basics tab
    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. In the Location list, choose a location where your Namespace should be hosted.
    5. In 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, and you can explore the resource namespace details from the dashboard.
  7. On the Review + Create page, review the settings and select Create.

Viewing the Namespace details

  1. On the deployment page, click Go to resource.
    Go to resource
  2. In the left navigation pane of the resource details page, click Shared access policies.
    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.
  5. Make a note of the Connection String, which you will need when creating the Azure Service Bus account.
    Note: 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).