Skip to content

Commit 2c77278

Browse files
committed
Freshness review
1 parent 841ab53 commit 2c77278

11 files changed

Lines changed: 27 additions & 27 deletions

articles/event-grid/create-view-manage-system-topics.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create, view, and manage system topics in Azure Event Grid (portal)
33
description: This article shows how view existing system topic, create Azure Event Grid system topics using the Azure portal.
44
ms.topic: conceptual
5-
ms.date: 07/07/2020
5+
ms.date: 11/30/2023
66
---
77

88
# 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
1616
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.
1717
- Using the **Event Grid System Topics** page. You create a system topic manually in this case by using the following steps.
1818

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**.
3221

33-
> [!NOTE]
34-
> You can use this system topic name to search metrics and diagnostic logs.
35-
6. Select **Review + create**.
36-
37-
![Create system topic](./media/create-view-manage-system-topics/create-system-topic-page.png)
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.
3932

40-
![Review and create system topic](./media/create-view-manage-system-topics/system-topic-review-create.png)
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.
4242

43-
![System topic page](./media/create-view-manage-system-topics/system-topic-page.png)
43+
:::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":::
4444

4545

4646
## View all system topics
@@ -53,14 +53,14 @@ Follow these steps to view all existing Event Grid system topics.
5353
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.
5454
2. On the **Event Grid System Topic** page, select **Delete** on the toolbar.
5555

56-
![System topic - delete button](./media/create-view-manage-system-topics/system-topic-delete-button.png)
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.":::
5757
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.
5858

5959
## Create an event subscription
6060
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.
6161
2. On the **Event Grid System Topic** page, select **+ Event Subscription** from the toolbar.
6262

63-
![System topic - add event subscription button](./media/create-view-manage-system-topics/add-event-subscription-button.png)
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.":::
6464
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.
6565

6666
![System topic - create event subscription](./media/create-view-manage-system-topics/create-event-subscription.png)

articles/event-grid/includes/system-topics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: spelluru
66
ms.service: event-grid
77
ms.topic: include
8-
ms.date: 10/31/2022
8+
ms.date: 11/30/2023
99
ms.author: spelluru
1010
ms.custom: include file
1111
---
@@ -16,7 +16,7 @@
1616
:::image type="content" source="./media/system-topics/search-system-topics.png" alt-text="Screenshot that shows Event Grid System Topics in the search box in the Azure portal.":::
1717
3. On the **Event Grid System Topics** page, you see all the system topics.
1818

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+
:::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" lightbox="./media/system-topics/list-system-topics.png":::
2020
4. Select a **system topic** from the list to see details about it.
2121

2222
:::image type="content" source="./media/system-topics/system-topic-details.png" alt-text="Screenshot that shows the topic page in the Azure portal.":::
5.95 KB
Loading
-3.96 KB
Loading
3.86 KB
Loading
5.29 KB
Loading
11 KB
Loading
4.79 KB
Loading
12 KB
Loading
12.3 KB
Loading

0 commit comments

Comments
 (0)