Skip to content

Commit f33dd2a

Browse files
committed
include file for list of event handlers
1 parent 456ce22 commit f33dd2a

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

articles/event-grid/event-handlers.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Event Grid event handlers
33
description: Describes supported event handlers for Azure Event Grid. Azure Automation, Functions, Event Hubs, Hybrid Connections, Logic Apps, Service Bus, Queue Storage, Webhooks.
44
ms.topic: conceptual
5-
ms.date: 09/15/2021
5+
ms.date: 03/15/2022
66
---
77

88
# Event handlers in Azure Event Grid
@@ -11,12 +11,7 @@ An event handler is the place where the event is sent. The handler takes some fu
1111
## Supported event handlers
1212
Here are the supported event handlers:
1313

14-
- [Webhooks](handler-webhooks.md). Azure Automation runbooks and Logic Apps are supported via webhooks.
15-
- [Azure functions](handler-functions.md)
16-
- [Event hubs](handler-event-hubs.md)
17-
- [Service Bus queues and topics](handler-service-bus.md)
18-
- [Relay hybrid connections](handler-relay-hybrid-connections.md)
19-
- [Storage queues](handler-storage-queues.md)
14+
[!INCLUDE [event-handlers.md](includes/event-handlers.md)]
2015

2116
## Next steps
2217
- For an introduction to Event Grid, see [About Event Grid](overview.md).
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: event-grid
5+
author: spelluru
6+
ms.service: event-grid
7+
ms.topic: include
8+
ms.date: 03/15/2022
9+
ms.author: spelluru
10+
ms.custom: include file
11+
---
12+
13+
- [Webhooks](../handler-webhooks.md). Azure Automation runbooks and Logic Apps are supported via webhooks.
14+
- [Azure functions](../handler-functions.md)
15+
- [Event hubs](../handler-event-hubs.md)
16+
- [Service Bus queues and topics](../handler-service-bus.md)
17+
- [Relay hybrid connections](../handler-relay-hybrid-connections.md)
18+
- [Storage queues](../handler-storage-queues.md)

articles/event-grid/overview.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,7 @@ Currently, the following Azure services support sending events to Event Grid. Fo
3131

3232
For full details on the capabilities of each handler as well as related articles, see [event handlers](event-handlers.md). Currently, the following Azure services support handling events from Event Grid:
3333

34-
* [Azure Automation](handler-webhooks.md#azure-automation)
35-
* [Azure Functions](handler-functions.md)
36-
* [Event Hubs](handler-event-hubs.md)
37-
* [Relay Hybrid Connections](handler-relay-hybrid-connections.md)
38-
* [Logic Apps](handler-webhooks.md#logic-apps)
39-
* [Power Automate (Formerly known as Microsoft Flow)](https://preview.flow.microsoft.com/connectors/shared_azureeventgrid/azure-event-grid/)
40-
* [Service Bus](handler-service-bus.md)
41-
* [Queue Storage](handler-storage-queues.md)
42-
* [WebHooks](handler-webhooks.md)
34+
[!INCLUDE [event-handlers.md](includes/event-handlers.md)]
4335

4436
## Concepts
4537

0 commit comments

Comments
 (0)