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/subscribe-through-portal.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
---
2
2
title: Azure Event Grid subscriptions through portal
3
3
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
-
ms.topic: conceptual
4
+
ms.topic: how-to
5
5
ms.custom: build-2023
6
-
ms.date: 11/30/2023
6
+
ms.date: 01/21/2025
7
+
# Customer intent: I want to learn how to create Azure Event Grid subscriptions for the supported sources such as Azure Blob Storage using the Azure portal.
7
8
---
8
9
9
10
# Subscribe to events through portal
@@ -14,10 +15,7 @@ This article describes how to create Event Grid subscriptions through the portal
14
15
15
16
To create an Event Grid subscription for any of the supported [event sources](concepts.md#event-sources), use the following steps. This article shows how to create an Event Grid subscription for an Azure subscription.
16
17
17
-
1. Select **All services**.
18
-
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.":::
20
-
1. Search for **Event Grid Subscriptions** and select it from the available options.
18
+
1. In the Azure portal, search for **Event Grid Subscriptions** using the search box at the top, and select it from the available options.
21
19
22
20
:::image type="content" source="./media/subscribe-through-portal/search.png" alt-text="Screenshot that shows Event Grid Subscription in the search box in the Azure portal.":::
23
21
1. Select **+ Event Subscription**.
@@ -36,13 +34,15 @@ To create an Event Grid subscription for any of the supported [event sources](co
36
34
1. Select the event types that you want to receive on the event subscription.
37
35
38
36
:::image type="content" source="./media/subscribe-through-portal/select-event-types.png" alt-text="Screenshot that shows the selection of event types.":::
39
-
1. Provide more details about the event subscription, such as the endpoint for handling events and a subscription name.
37
+
1. If there's a system topic for the resource you selected, it shows up as a read-only field for **System Topic Name**. Otherwise, enter a name for the system topic.
38
+
1. Select an **endpoint type**, and the endpoint that receives the events. In the following example, **Service Bus Queue** is selected as the endpoint type and `myqueue` is the name of the Service Bus queue that receives events from Event Grid.
40
39
41
40
:::image type="content" source="./media/subscribe-through-portal/select-end-point.png" alt-text="Screenshot that shows the selection of an endpoint.":::
42
41
43
42
> [!NOTE]
44
43
> - For a list of supported event handlers, see [Event handlers](event-handlers.md).
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
+
> - If you enable managed identity for a topic or domain, you 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).
45
+
1. In the **Managed Identity for Delivery** section, specify if you want to use a system assigned managed identity or user-assigned managed identity to deliver events to the endpoint or destination.
46
46
1. To enable dead lettering and customize retry policies, select **Additional Features**.
47
47
48
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.":::
@@ -56,7 +56,7 @@ Some event sources support creating an event subscription through the portal int
56
56
57
57
The portal presents you with options for creating an event subscription that is relevant to that source.
58
58
59
-
## Next steps
59
+
## Related content
60
60
61
61
* For information about event delivery and retries, [Event Grid message delivery and retry](delivery-and-retry.md).
62
62
* For an introduction to Event Grid, see [About Event Grid](overview.md).
0 commit comments