Skip to content

Commit e8fdd0f

Browse files
committed
Freshness review
1 parent 2c77278 commit e8fdd0f

7 files changed

Lines changed: 19 additions & 22 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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" 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":::
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.":::
48 KB
Loading
50 KB
Loading
53.1 KB
Loading
61 KB
Loading
33.5 KB
Loading

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

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.
44
ms.topic: conceptual
55
ms.custom: build-2023
6-
ms.date: 09/12/2022
6+
ms.date: 11/30/2023
77
---
88

99
# Subscribe to events through portal
@@ -16,46 +16,43 @@ To create an Event Grid subscription for any of the supported [event sources](co
1616

1717
1. Select **All services**.
1818

19-
![Select all services](./media/subscribe-through-portal/select-all-services.png)
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.":::
2120
1. Search for **Event Grid Subscriptions** and select it from the available options.
2221

23-
![Screen capture shows Search in the Azure portal with Event Grid Subscriptions selected.](./media/subscribe-through-portal/search.png)
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.":::
2523
1. Select **+ Event Subscription**.
2624

27-
![Add subscription](./media/subscribe-through-portal/add-subscription.png)
28-
29-
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.
30-
31-
![Select Azure subscription](./media/subscribe-through-portal/azure-subscription.png)
32-
33-
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.
33+
1. Then, select the storage account.
3434

35-
![Select event types](./media/subscribe-through-portal/select-event-types.png)
35+
:::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.
3637

38+
:::image type="content" source="./media/subscribe-through-portal/select-event-types.png" alt-text="Screenshot that shows the selection of event types.":::
3739
1. Provide more details about the event subscription, such as the endpoint for handling events and a subscription name.
3840

39-
![Screenshot that shows the "Endpoint Details" and "Event Subscription Details" sections with a subscription name value entered.](./media/subscribe-through-portal/provide-subscription-details.png)
41+
:::image type="content" source="./media/subscribe-through-portal/select-end-point.png" alt-text="Screenshot that shows the selection of an endpoint.":::
4042

4143
> [!NOTE]
4244
> - For a list of supported event handlers, see [Event handlers](event-handlers.md).
4345
> - 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).
4446
1. To enable dead lettering and customize retry policies, select **Additional Features**.
4547

46-
![Select additional features](./media/subscribe-through-portal/select-additional-features.png)
47-
48-
1. Select a container to use for storing events that aren't delivered, and set how retries are sent.
49-
50-
![Enable dead lettering and retry](./media/subscribe-through-portal/set-deadletter-retry.png)
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.":::
5249
1. When done, select **Create**.
5350

5451
## Create subscription on resource
5552

5653
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.
5754

58-
![Provide subscription details](./media/subscribe-through-portal/resource-events.png)
55+
:::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.":::
5956

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

0 commit comments

Comments
 (0)