Skip to content

Commit 7e9baab

Browse files
authored
Merge pull request #301478 from TimShererWithAquent/us439212-10
Freshness Edit: Azure Messaging Service (10 of 10)
2 parents a0f45d1 + 89e2174 commit 7e9baab

File tree

5 files changed

+70
-60
lines changed

5 files changed

+70
-60
lines changed

articles/service-bus-messaging/includes/get-namespace-connection-string.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
author: spelluru
55
ms.service: azure-service-bus
66
ms.topic: include
7-
ms.date: 02/02/2022
7+
ms.date: 06/18/2025
88
ms.author: spelluru
99
ms.custom: include file
1010
---
1111

1212
## Get connection string to the namespace (Azure portal)
13-
Creating a new namespace automatically generates an initial Shared Access Signature (SAS) policy with primary and secondary keys, and primary and secondary connection strings that each grant full control over all aspects of the namespace. See [Service Bus authentication and authorization](../service-bus-authentication-and-authorization.md) for information about how to create rules with more constrained rights for regular senders and receivers.
13+
14+
Creating a new namespace automatically generates an initial Shared Access Signature (SAS) policy. The policy includes primary and secondary keys, and primary and secondary connection strings that each grant full control over all aspects of the namespace. For more information about how to create rules with more constrained rights for regular senders and receivers, see [Service Bus authentication and authorization](../service-bus-authentication-and-authorization.md).
1415

1516
A client can use the connection string to connect to the Service Bus namespace. To copy the primary connection string for your namespace, follow these steps:
1617

17-
1. On the **Service Bus Namespace** page, select **Shared access policies** on the left menu.
18-
3. On the **Shared access policies** page, select **RootManageSharedAccessKey**.
19-
4. In the **Policy: RootManageSharedAccessKey** window, select the copy button next to **Primary Connection String**, to copy the connection string to your clipboard for later use. Paste this value into Notepad or some other temporary location.
18+
1. On the **Service Bus Namespace** page, expand **Settings**, then select **Shared access policies**.
19+
1. On the **Shared access policies** page, select **RootManageSharedAccessKey**.
20+
1. In the **SAS Policy: RootManageSharedAccessKey** window, select the copy button next to **Primary Connection String**. This action copies the connection string to your clipboard for later use. Paste this value into Notepad or some other temporary location.
2021

2122
:::image type="content" source="./media/service-bus-create-namespace-portal/connection-string.png" lightbox="./media/service-bus-create-namespace-portal/connection-string.png" alt-text="Screenshot shows an S A S policy called RootManageSharedAccessKey, which includes keys and connection strings.":::
2223

20.1 KB
Loading
-4.16 KB
Loading

articles/service-bus-messaging/includes/service-bus-create-topics-three-subscriptions-portal.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,35 @@
44
author: spelluru
55
ms.service: azure-service-bus
66
ms.topic: include
7-
ms.date: 12/11/2024
7+
ms.date: 06/18/2025
88
ms.author: spelluru
99
ms.custom: include file
1010
---
1111

1212
## Create a topic using the Azure portal
13-
1. On the **Service Bus Namespace** page, expand **Entities** on the navigational menu to the left, and select **Topics** on the left menu.
14-
2. Select **+ Topic** on the toolbar.
15-
4. Enter a **name** for the topic. Leave the other options with their default values.
16-
5. Select **Create**.
1713

18-
:::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/create-topic.png" lightbox="./media/service-bus-create-topics-subscriptions-portal/create-topic.png" alt-text="Screenshot of the Create topic page.":::
14+
1. On the **Service Bus Namespace** page, expand **Entities** on the navigational menu to the left, and select **Topics**.
15+
1. Select **+ Topic**.
16+
1. Enter a **name** for the topic. Leave the other options with their default values.
17+
1. Select **Create**.
18+
19+
:::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/create-topic.png" lightbox="./media/service-bus-create-topics-subscriptions-portal/create-topic.png" alt-text="Screenshot of the Create topic page.":::
1920

2021
## Create subscriptions to the topic
22+
2123
1. Select the **topic** that you created in the previous section.
2224

23-
:::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/select-topic.png" lightbox="./media/service-bus-create-topics-subscriptions-portal/select-topic.png" alt-text="Screenshot of the Topics page with your topic selected.":::
24-
2. On the **Service Bus Topic** page, select **+ Subscription** on the toolbar.
25+
:::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/select-topic.png" lightbox="./media/service-bus-create-topics-subscriptions-portal/select-topic.png" alt-text="Screenshot of the Topics page with your topic selected.":::
26+
27+
1. On the **Service Bus Topic** page, select **+ Subscription**.
28+
29+
:::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/add-subscription-button.png" alt-text="Screenshot of the Subscriptions page with the Add subscription button selected." lightbox="./media/service-bus-create-topics-subscriptions-portal/add-subscription-button.png":::
30+
31+
1. On the **Create subscription** page, follow these steps:
32+
33+
1. Enter *S1* as the name of the subscription.
34+
1. Then, select **Create** to create the subscription.
2535

26-
:::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/add-subscription-button.png" alt-text="Screenshot of the Subscriptions page with the Add subscription button selected.":::
27-
3. On the **Create subscription** page, follow these steps:
28-
1. Enter **S1** for **name** of the subscription.
29-
1. Then, select **Create** to create the subscription.
36+
:::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/create-subscription-page.png" alt-text="Screenshot of the Create subscription page.":::
3037

31-
:::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/create-subscription-page.png" alt-text="Screenshot of the Create subscription page.":::
32-
4. Repeat the previous step twice to create subscriptions named **S2** and **S3**.
38+
1. Repeat the previous step twice to create subscriptions named *S2* and *S3*.

0 commit comments

Comments
 (0)