Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.05 KB

File metadata and controls

38 lines (26 loc) · 2.05 KB
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

Create a topic by using the Azure portal

  1. On the Service Bus Namespace page, expand Entities on the navigational menu to the left, and select Topics.

  2. Select + Topic.

  3. Enter a name for the topic. Leave the other options with their default values.

  4. 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.":::

Create subscriptions to the topic

  1. 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.":::

  2. 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":::

  3. On the Create subscription page, follow these steps:

    1. Enter S1 as the name of the subscription.

    2. 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":::

  4. Repeat the previous step twice to create subscriptions named S2 and S3.