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/includes/system-topics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
:::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.":::
17
17
3. On the **Event Grid System Topics** page, you see all the system topics.
18
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" 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":::
20
20
4. Select a **system topic** from the list to see details about it.
21
21
22
22
:::image type="content" source="./media/system-topics/system-topic-details.png" alt-text="Screenshot that shows the topic page in the Azure portal.":::
description: This article describes how to create Event Grid subscriptions for the supported sources, such as Azure Blob Storage, by using the Azure portal.
4
4
ms.topic: conceptual
5
5
ms.custom: build-2023
6
-
ms.date: 09/12/2022
6
+
ms.date: 11/30/2023
7
7
---
8
8
9
9
# Subscribe to events through portal
@@ -16,46 +16,43 @@ To create an Event Grid subscription for any of the supported [event sources](co
16
16
17
17
1. Select **All services**.
18
18
19
-

20
-
19
+
:::image type="content" source="./media/subscribe-through-portal/select-all-services.png" alt-text="Screenshot that shows the Azure portal with All Services selected on the left menu.":::
21
20
1. Search for **Event Grid Subscriptions** and select it from the available options.
22
21
23
-

24
-
22
+
:::image type="content" source="./media/subscribe-through-portal/search.png" alt-text="Screenshot that shows Event Grid Subscription in the search box in he Azure portal.":::
1. Select the type of subscription you want to create. For example, to subscribe to events for your Azure subscription, select **Azure Subscriptions** and the target subscription.
1. To subscribe to all event types for this event source, keep the **Subscribe to all event types** option checked. Otherwise, select the event types for this subscription.
25
+
:::image type="content" source="./media/subscribe-through-portal/add-subscription.png" alt-text="Screenshot that shows the select of Add Event Subscription menu on the Event Grid Subscriptions page.":::
26
+
1. On the **Create Event Subscription** page, follow these steps:
27
+
1. Enter a name for the event subscription.
28
+
1. Select the type of event source (**topic type**) on which you want to create a subscription. For example, to subscribe to events for your Azure storage account, select **Storage Accounts (Blob & GPv2)**.
29
+
30
+
:::image type="content" source="./media/subscribe-through-portal/azure-subscription.png" alt-text="Screenshot that shows the Create Event Subscription page.":::
31
+
1. Select the Azure subscription that contains the storage account.
32
+
1. Select the resource group that has the storage account.
:::image type="content" source="./media/subscribe-through-portal/create-event-subscription.png" alt-text="Screenshot that shows the Create Event Subscription page with the storage account selected.":::
36
+
1. Select the event types that you want to receive on the event subscription.
36
37
38
+
:::image type="content" source="./media/subscribe-through-portal/select-event-types.png" alt-text="Screenshot that shows the selection of event types.":::
37
39
1. Provide more details about the event subscription, such as the endpoint for handling events and a subscription name.
38
40
39
-

41
+
:::image type="content" source="./media/subscribe-through-portal/select-end-point.png" alt-text="Screenshot that shows the selection of an endpoint.":::
40
42
41
43
> [!NOTE]
42
44
> - For a list of supported event handlers, see [Event handlers](event-handlers.md).
43
45
> - If you enable managed identity for a topic or domain, you'll need to add the managed identity to the appropriate role-based access control (RBAC) role on the destination for the messages to be delivered successfully. For more information, see [Supported destinations and Azure roles](add-identity-roles.md#supported-destinations-and-azure-roles).
44
46
1. To enable dead lettering and customize retry policies, select **Additional Features**.
1. Select a container to use for storing events that aren't delivered, and set how retries are sent.
49
-
50
-

51
-
48
+
:::image type="content" source="./media/subscribe-through-portal/select-additional-features.png" alt-text="Screenshot that shows the Additional features tab of the Create Event Subscription page.":::
52
49
1. When done, select **Create**.
53
50
54
51
## Create subscription on resource
55
52
56
53
Some event sources support creating an event subscription through the portal interface for that resource. Select the event source, and look for **Events** in left pane.
:::image type="content" source="./media/subscribe-through-portal/resource-events.png" alt-text="Screenshot that shows the Events option on the left menu of the Storage account page on the Azure portal.":::
59
56
60
57
The portal presents you with options for creating an event subscription that is relevant to that source.
0 commit comments