connection string?

Carl Herrmann 20 Reputation points
2025-07-07T14:10:26.4133333+00:00

Azure service bus queue... where to find the connection string

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

Accepted answer
  1. Krishna Chowdary Paricharla 2,080 Reputation points Microsoft External Staff Moderator
    2025-07-07T14:15:42.6833333+00:00

    Hello Carl Herrmann,

    Go to Azure Portal:

    1. Navigate to your Service Bus Namespace:
      • In the search bar, type "Service Bus" and select your Service Bus namespace (not the queue directly).
    2. Access Shared Access Policies:
      • In the left-hand menu, go to Settings > Shared access policies.
      • Click on the RootManageSharedAccessKey (or another policy you've configured with proper rights).
    3. Copy the Connection String:
      • Under Policy: RootManageSharedAccessKey, you’ll see:
      • Primary Connection String
      • Secondary Connection String
      • Click the copy icon next to Primary Connection String.
    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.