|
4 | 4 | author: spelluru
|
5 | 5 | ms.service: azure-service-bus
|
6 | 6 | ms.topic: include
|
7 |
| - ms.date: 12/11/2024 |
| 7 | + ms.date: 06/18/2025 |
8 | 8 | ms.author: spelluru
|
9 | 9 | ms.custom: include file
|
10 | 10 | ---
|
11 | 11 |
|
12 | 12 | ## 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**. |
17 | 13 |
|
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."::: |
19 | 20 |
|
20 | 21 | ## Create subscriptions to the topic
|
| 22 | + |
21 | 23 | 1. Select the **topic** that you created in the previous section.
|
22 | 24 |
|
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. |
25 | 35 |
|
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."::: |
30 | 37 |
|
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