| title | Create a topic and three subscriptions |
|---|---|
| description | Provides instructions to create a topic and three subscriptions to the topic. |
| author | spelluru |
| ms.service | azure-service-bus |
| ms.topic | include |
| ms.date | 02/13/2026 |
| ms.author | spelluru |
| ms.custom | include file |
-
On the Service Bus Namespace page, expand Entities on the navigational menu to the left, and select Topics.
-
Select + Topic.
-
Enter a name for the topic. Leave the other options with their default values.
-
Select Create.
:::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.":::
-
Select the topic that you created in the previous section.
:::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.":::
-
On the Service Bus Topic page, select + Subscription.
:::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":::
-
On the Create subscription page, follow these steps:
-
Enter S1 as the name of the subscription.
-
Select Create to create the subscription.
:::image type="content" source="./media/service-bus-create-topics-subscriptions-portal/create-subscription-page.png" alt-text="Screenshot of the Create subscription page." lightbox="./media/service-bus-create-topics-subscriptions-portal/create-subscription-page.png":::
-
-
Repeat the previous step twice to create subscriptions named S2 and S3.