|
1 | 1 | ---
|
2 |
| - title: include file |
3 |
| - description: include file |
| 2 | + title: Create an Azure Service Bus topic |
| 3 | + description: Shows you how to create an Azure Service Bus topic in the Azure portal. |
4 | 4 | author: spelluru
|
5 | 5 | ms.service: azure-service-bus
|
6 | 6 | ms.topic: include
|
7 |
| - ms.date: 10/11/2021 |
| 7 | + ms.date: 01/16/2025 |
8 | 8 | ms.author: spelluru
|
9 | 9 | ms.custom: include file
|
10 | 10 | ---
|
|
15 | 15 | 4. Enter a **name** for the topic. Leave the other options with their default values.
|
16 | 16 | 5. Select **Create**.
|
17 | 17 |
|
18 |
| - :::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/create-topic.png" alt-text="Image showing the Create topic page."::: |
| 18 | + :::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/create-topic.png" alt-text="Screenshot that shows the Create topic page in the Azure portal."::: |
19 | 19 |
|
20 | 20 | ## Create a subscription to the topic
|
21 | 21 | 1. Select the **topic** that you created in the previous section.
|
22 | 22 |
|
23 |
| - :::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/select-topic.png" alt-text="Image showing the selection of topic from the list of topics."::: |
| 23 | + :::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/select-topic.png" alt-text="Screenshot that shows the selection of topic from the list of topics."::: |
24 | 24 | 2. On the **Service Bus Topic** page, select **+ Subscription** on the toolbar.
|
25 | 25 |
|
26 |
| - :::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/add-subscription-button.png" alt-text="Image showing the Add subscription button."::: |
| 26 | + :::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/add-subscription-button.png" alt-text="Screenshot that shows the Add subscription button on the Topic page."::: |
27 | 27 | 3. On the **Create subscription** page, follow these steps:
|
28 | 28 | 1. Enter **S1** for **name** of the subscription.
|
29 |
| - 1. Enter **3** for **Max delivery count**. |
30 | 29 | 1. Then, select **Create** to create the subscription.
|
31 | 30 |
|
32 |
| - :::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/create-subscription-page.png" alt-text="Image showing the Create subscription page."::: |
| 31 | + :::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/create-subscription-page.png" alt-text="Screenshot that shows the Create subscription page."::: |
0 commit comments