Azure Service Bus Connection String

How to find Azure service bus connection string

The Azure service bus connection string is a key value pair. This Azure article will discuss where to get the Azure service bus connection string in the Azure Portal.

Azure Service Bus Connection String

Now, let’s discuss how to get service bus connection string.

It is so simple to get the Azure service bus connection string in Azure Portal using the below steps.

  1. Log in to the Azure Portal.
  2. Search for service bus and click on the search result service bus under the services.
service bus connection string

3. Now, you will see the Azure Service Bus namespaces lists. Click on the specific namespace where you want to see the connection string.

azure service bus get connection string

4. On the Service Bus Namespace page, click on the Shared access policies link from the left navigation —> Then click on the RootManageSharedAccesskey on the right side –> Now, you can see the Primary connection string and the secondary connection string as highlighted below. Click on the Copy button next to each connection string to copy the connection string to the clipboard.

get service bus connection string

You may also like following the articles below

Wrapping Up

In this article, we discussed an Azure service bus connection string example and how to get an Azure service bus connection string. Thanks for reading this article !!!