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
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
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
4
ms.topic: conceptual
5
-
ms.date: 07/07/2020
5
+
ms.date: 11/30/2023
6
6
---
7
7
8
8
# Create, view, and manage Event Grid system topics in the Azure portal
@@ -16,31 +16,31 @@ You can create a system topic for an Azure resource (Storage account, Event Hubs
16
16
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](blob-event-quickstart-portal.md#subscribe-to-the-blob-storage) for detailed steps.
17
17
- Using the **Event Grid System Topics** page. You create a system topic manually in this case by using the following steps.
18
18
19
-
1. Sign in to [Azure portal](https://portal.azure.com).
20
-
2. In the search box at the top, type **Event Grid System Topics**, and then press **ENTER**.
21
-
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.
24
-
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.":::
26
-
4. On the **Create Event Grid System Topic** page, do the following steps:
27
-
1. Select the **topic type**. In the following example, **Storage Accounts** option is selected.
28
-
2. Select the **Azure subscription** that has your storage account resource.
29
-
3. Select the **resource group** that has the storage account.
30
-
4. Select the **storage account**.
31
-
5. Enter a **name** for the system topic to be created.
19
+
1. Sign in to [Azure portal](https://portal.azure.com).
20
+
2. In the search box at the top, type **Event Grid System Topics**, and then press **ENTER**.
32
21
33
-
> [!NOTE]
34
-
> You can use this system topic name to search metrics and diagnostic logs.
35
-
6. Select **Review + create**.
36
-
37
-

38
-
5. Review settings and select **Create**.
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.
24
+
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
+
4. On the **Create Event Grid System Topic** page, do the following steps:
27
+
1. Select the **topic type**. In the following example, **Storage Accounts** option is selected.
28
+
2. Select the **Azure subscription** that has your storage account resource.
29
+
3. Select the **resource group** that has the storage account.
30
+
4. Select the **storage account**.
31
+
5. Enter a **name** for the system topic to be created.
39
32
40
-

41
-
6. After the deployment succeeds, select **Go to resource** to see the **Event Grid System Topic** page for the system topic you created.
33
+
> [!NOTE]
34
+
> You can use this system topic name to search metrics and diagnostic logs.
35
+
6. Select **Review + create**.
36
+
37
+
:::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.":::
38
+
5. Review settings and select **Create**.
39
+
40
+
:::image type="content" source="./media/create-view-manage-system-topics/system-topic-review-create.png" alt-text="Screenshot that shows the Review & Create page.":::
41
+
6. 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":::
44
44
45
45
46
46
## View all system topics
@@ -53,14 +53,14 @@ Follow these steps to view all existing Event Grid system topics.
53
53
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.
54
54
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.":::
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
59
## Create an event subscription
60
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
61
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.":::
64
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.
0 commit comments