Skip to content

Commit a765315

Browse files
PhilBastianJak-MS
andauthored
Update articles/service-bus-messaging/build-message-driven-apps-nservicebus.md
Co-authored-by: Jak Koke <[email protected]>
1 parent e959866 commit a765315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/build-message-driven-apps-nservicebus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ The sample assumes you've [created an Azure Service Bus namespace](service-bus-q
3434
:::image type="content" source="./media/nservicebus/sequence-diagram.png" alt-text="Image showing the sequence diagram":::
3535
1. Open `SendReceiveWithNservicebus.sln` in your favorite code editor (For example, Visual Studio 2022).
3636
1. Open `appsettings.json` in both the Receiver and Sender projects and set `AzureServiceBusConnectionString` to the connection string for your Azure Service Bus namespace.
37-
- This can be found in the Azure portal under the Service Bus Namespace -> Settings -> Shared access policies -> RootManageSharedAccessKey -> Primary Connection String
38-
- The `AzureServiceBusTransport` also has a constructor that accepts a namespace and token credential, which in a production environment will be more secure, however for the purposes of this tutorial the shared access key connection string will be used
37+
- This can be found in the Azure portal under **Service Bus Namespace** > **Settings** > **Shared access policies** > **RootManageSharedAccessKey** > **Primary Connection String** .
38+
- The `AzureServiceBusTransport` also has a constructor that accepts a namespace and token credential, which in a production environment will be more secure, however for the purposes of this tutorial the shared access key connection string will be used.
3939

4040
## Define the shared message contracts
4141

0 commit comments

Comments
 (0)