Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 5.49 KB

create-view-manage-system-topics.md

File metadata and controls

69 lines (48 loc) · 5.49 KB
title description ms.topic ms.date
Create, view, and manage system topics in Azure Event Grid (portal)
This article shows how view existing system topic, create Azure Event Grid system topics using the Azure portal.
conceptual
11/30/2023

Create, view, and manage Event Grid system topics in the Azure portal

This article shows you how to create and manage system topics using the Azure portal. For an overview of system topics, see System topics.

Create a system topic

You can create a system topic for an Azure resource (Storage account, Event Hubs namespace, etc.) in two ways:

  • Using the Events page of a resource, for example, Storage Account or Event Hubs Namespace. Event Grid automatically creates a system topic for you in this case.

    When you use the Events page in the Azure portal to create an event subscription for an event raised by an Azure source (for example: Azure Storage account), the portal creates a system topic for the Azure resource and then creates a subscription for the system topic. You specify the name of the system topic if you're creating an event subscription on the Azure resource for the first time. From the second time onwards, the system topic name is displayed for you in the read-only mode. See Quickstart: Route Blob storage events to web endpoint with the Azure portal for detailed steps.

  • Using the Event Grid System Topics page. You create a system topic manually in this case by using the following steps.

    1. Sign in to Azure portal.

    2. In the search box at the top, type Event Grid System Topics, and then press ENTER.

      :::image type="content" source="./media/create-view-manage-system-topics/search-system-topics.png" alt-text="Screenshot that shows the Azure portal with Event Grid System Topics in the search box.":::

    3. On the Event Grid System Topics page, select + Create on the toolbar.

      :::image type="content" source="./media/create-view-manage-system-topics/add-system-topic-menu.png" alt-text="Screenshot that shows in the Event Grid System Topics page with the Create button selected." lightbox="./media/create-view-manage-system-topics/add-system-topic-menu.png":::

    4. On the Create Event Grid System Topic page, do the following steps:

      1. Select the topic type. In the following example, Storage Accounts option is selected.

      2. Select the Azure subscription that has your storage account resource.

      3. Select the resource group that has the storage account.

      4. Select the storage account.

      5. Enter a name for the system topic to be created.

        [!NOTE] You can use this system topic name to search metrics and diagnostic logs.

      6. Select Review + create.

        :::image type="content" source="./media/create-view-manage-system-topics/create-system-topic-page.png" alt-text="Screenshot that shows the Create System Topic page.":::

      7. Review settings and select Create.

        :::image type="content" source="./media/create-view-manage-system-topics/system-topic-review-create.png" alt-text="Screenshot that shows the Review & Create page.":::

      8. After the deployment succeeds, select Go to resource to see the Event Grid System Topic page for the system topic you created.

        :::image type="content" source="./media/create-view-manage-system-topics/system-topic-page.png" alt-text="Screenshot that shows the System Topic home page." lightbox="./media/create-view-manage-system-topics/system-topic-page.png":::

View all system topics

Follow these steps to view all existing Event Grid system topics.

[!INCLUDE system-topics]

Delete a system topic

  1. Follow instructions from the View system topics section to view all system topics, and select the system topic that you want to delete from the list.

  2. On the Event Grid System Topic page, select Delete on the toolbar.

    :::image type="content" source="./media/create-view-manage-system-topics/system-topic-delete-button.png" alt-text="Screenshot that shows the System Topic page with the Delete button selected.":::

  3. On the confirmation page, select OK to confirm the deletion. It deletes the system topic and also all the event subscriptions for the system topic.

Create an event subscription

  1. Follow instructions from the View system topics section to view all system topics, and select the system topic that you want to delete from the list.

  2. On the Event Grid System Topic page, select + Event Subscription from the toolbar.

    :::image type="content" source="./media/create-view-manage-system-topics/add-event-subscription-button.png" alt-text="Screenshot that shows the System Topic page with Add Event Subscription button selected.":::

  3. Confirm that the Topic Type, Source Resource, and Topic Name are automatically populated. Enter a name, select an Endpoint Type, and specify the endpoint. Then, select Create to create the event subscription.

    System topic - create event subscription

Next steps

See the System topics in Azure Event Grid section to learn more about system topics and topic types supported by Azure Event Grid.