Skip to content

Commit 5c0f4f4

Browse files
committed
Review, edit, update screenshots, Acrolynx, Learn Linter
1 parent 1d938d4 commit 5c0f4f4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
Binary file not shown.

articles/event-grid/subscribe-through-portal.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: Azure Event Grid subscriptions through portal
33
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
55
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.
78
---
89

910
# Subscribe to events through portal
@@ -14,10 +15,7 @@ This article describes how to create Event Grid subscriptions through the portal
1415

1516
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.
1617

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.
2119

2220
:::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.":::
2321
1. Select **+ Event Subscription**.
@@ -36,13 +34,15 @@ To create an Event Grid subscription for any of the supported [event sources](co
3634
1. Select the event types that you want to receive on the event subscription.
3735

3836
:::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.
4039

4140
:::image type="content" source="./media/subscribe-through-portal/select-end-point.png" alt-text="Screenshot that shows the selection of an endpoint.":::
4241

4342
> [!NOTE]
4443
> - 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.
4646
1. To enable dead lettering and customize retry policies, select **Additional Features**.
4747

4848
:::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
5656

5757
The portal presents you with options for creating an event subscription that is relevant to that source.
5858

59-
## Next steps
59+
## Related content
6060

6161
* For information about event delivery and retries, [Event Grid message delivery and retry](delivery-and-retry.md).
6262
* For an introduction to Event Grid, see [About Event Grid](overview.md).

0 commit comments

Comments
 (0)