You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/create-view-manage-system-topics.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: Create, view, and manage system topics in Azure Event Grid (portal)
3
3
description: This article shows how view existing system topic, create Azure Event Grid system topics using the Azure portal.
4
-
ms.topic: conceptual
5
-
ms.date: 11/30/2023
4
+
ms.topic: how-to
5
+
ms.date: 01/21/2025
6
6
---
7
7
8
8
# Create, view, and manage Event Grid system topics in the Azure portal
@@ -20,7 +20,7 @@ You can create a system topic for an Azure resource (Storage account, Event Hubs
20
20
2. In the search box at the top, type **Event Grid System Topics**, and then press **ENTER**.
21
21
22
22
:::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.":::
23
-
3.On the **Event Grid System Topics** page, select **+ Create** on the toolbar.
23
+
3.Select **System Topics** on the left navigation bar. Then, on the **Event Grid System Topics** page, select **+ Create** on the toolbar.
24
24
25
25
:::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":::
26
26
4. On the **Create Event Grid System Topic** page, do the following steps:
@@ -56,14 +56,6 @@ Follow these steps to view all existing Event Grid system topics.
56
56
:::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.":::
57
57
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.
58
58
59
-
## Create an event subscription
60
-
1. Follow instructions from the [View system topics](#view-all-system-topics) section to view all system topics, and select the system topic that you want to delete from the list.
61
-
2. On the **Event Grid System Topic** page, select **+ Event Subscription** from the toolbar.
62
-
63
-
:::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.":::
64
-
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.
Copy file name to clipboardExpand all lines: articles/event-grid/includes/system-topics.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
---
2
2
title: include file
3
3
description: include file
4
+
services: event-grid
4
5
author: spelluru
5
-
ms.service: azure-event-grid
6
+
ms.service: event-grid
6
7
ms.topic: include
7
8
ms.date: 11/30/2023
8
9
ms.author: spelluru
@@ -18,7 +19,7 @@
18
19
:::image type="content" source="./media/system-topics/list-system-topics.png" alt-text="Screenshot that shows the list of system topics." lightbox="./media/system-topics/list-system-topics.png":::
19
20
4. Select a **system topic** from the list to see details about it.
20
21
21
-
:::image type="content" source="./media/system-topics/system-topic-details.png" alt-text="Screenshot that shows the topic page in the Azure portal.":::
22
+
:::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":::
22
23
23
24
This page shows you details about the system topic such as the following information:
24
25
- Source. Name of the resource on which the system topic was created.
0 commit comments