Skip to content

Commit e22caa8

Browse files
authored
Merge pull request #191855 from spelluru/azurehealth0315
added Azure Health Services to event sources
2 parents 09963ae + f33dd2a commit e22caa8

File tree

5 files changed

+57
-58
lines changed

5 files changed

+57
-58
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)
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
- [Azure API Management](../event-schema-api-management.md)
14+
- [Azure App Configuration](../event-schema-app-configuration.md)
15+
- [Azure App Service](../event-schema-app-service.md)
16+
- [Azure Blob Storage](../event-schema-blob-storage.md)
17+
- [Azure Cache for Redis](../event-schema-azure-cache.md)
18+
- [Azure Communication Services](../event-schema-communication-services.md)
19+
- [Azure Container Registry](../event-schema-container-registry.md)
20+
- [Azure Event Hubs](../event-schema-event-hubs.md)
21+
- [Azure FarmBeats](../event-schema-farmbeats.md)
22+
- [Azure Health Data Services](../event-schema-azure-health-data-services.md)
23+
- [Azure IoT Hub](../event-schema-iot-hub.md)
24+
- [Azure Key Vault](../event-schema-key-vault.md)
25+
- [Azure Kubernetes Service](../event-schema-aks.md)
26+
- [Azure Machine Learning](../event-schema-machine-learning.md)
27+
- [Azure Maps](../event-schema-azure-maps.md)
28+
- [Azure Media Services](../event-schema-media-services.md)
29+
- [Azure Policy](.././event-schema-policy.md)
30+
- [Azure resource groups](../event-schema-resource-groups.md)
31+
- [Azure Service Bus](../event-schema-service-bus.md)
32+
- [Azure SignalR](../event-schema-azure-signalr.md)
33+
- [Azure subscriptions](../event-schema-subscriptions.md)

articles/event-grid/overview.md

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What is Azure Event Grid?
33
description: Send event data from a source to handlers with Azure Event Grid. Build event-based applications, and integrate with Azure services.
44
ms.topic: overview
5-
ms.date: 02/04/2022
5+
ms.date: 03/15/2022
66
---
77

88
# What is Azure Event Grid?
@@ -24,41 +24,14 @@ This article provides an overview of Azure Event Grid. If you want to get starte
2424

2525
Currently, the following Azure services support sending events to Event Grid. For more information about a source in the list, select the link.
2626

27-
- [Azure API Management](event-schema-api-management.md)
28-
- [Azure App Configuration](event-schema-app-configuration.md)
29-
- [Azure App Service](event-schema-app-service.md)
30-
- [Azure Blob Storage](event-schema-blob-storage.md)
31-
- [Azure Cache for Redis](event-schema-azure-cache.md)
32-
- [Azure Communication Services](event-schema-communication-services.md)
33-
- [Azure Container Registry](event-schema-container-registry.md)
34-
- [Azure Event Hubs](event-schema-event-hubs.md)
35-
- [Azure FarmBeats](event-schema-farmbeats.md)
36-
- [Azure IoT Hub](event-schema-iot-hub.md)
37-
- [Azure Key Vault](event-schema-key-vault.md)
38-
- [Azure Kubernetes Service (preview)](event-schema-aks.md)
39-
- [Azure Machine Learning](event-schema-machine-learning.md)
40-
- [Azure Maps](event-schema-azure-maps.md)
41-
- [Azure Media Services](event-schema-media-services.md)
42-
- [Azure Policy](event-schema-policy.md)
43-
- [Azure resource groups](event-schema-resource-groups.md)
44-
- [Azure Service Bus](event-schema-service-bus.md)
45-
- [Azure SignalR](event-schema-azure-signalr.md)
46-
- [Azure subscriptions](event-schema-subscriptions.md)
27+
[!INCLUDE [event-sources-system-topics.md](includes/event-sources-system-topics.md)]
4728

4829

4930
## Event handlers
5031

5132
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:
5233

53-
* [Azure Automation](handler-webhooks.md#azure-automation)
54-
* [Azure Functions](handler-functions.md)
55-
* [Event Hubs](handler-event-hubs.md)
56-
* [Relay Hybrid Connections](handler-relay-hybrid-connections.md)
57-
* [Logic Apps](handler-webhooks.md#logic-apps)
58-
* [Power Automate (Formerly known as Microsoft Flow)](https://preview.flow.microsoft.com/connectors/shared_azureeventgrid/azure-event-grid/)
59-
* [Service Bus](handler-service-bus.md)
60-
* [Queue Storage](handler-storage-queues.md)
61-
* [WebHooks](handler-webhooks.md)
34+
[!INCLUDE [event-handlers.md](includes/event-handlers.md)]
6235

6336
## Concepts
6437

articles/event-grid/system-topics.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,7 @@ A system topic in Event Grid represents one or more events published by Azure se
1414
## Azure services that support system topics
1515
Here's the current list of Azure services that support creation of system topics on them.
1616

17-
- [Azure API Management](event-schema-api-management.md)
18-
- [Azure App Configuration](event-schema-app-configuration.md)
19-
- [Azure App Service](event-schema-app-service.md)
20-
- [Azure Blob Storage](event-schema-blob-storage.md)
21-
- [Azure Cache for Redis](event-schema-azure-cache.md)
22-
- [Azure Communication Services](event-schema-communication-services.md)
23-
- [Azure Container Registry](event-schema-container-registry.md)
24-
- [Azure Event Hubs](event-schema-event-hubs.md)
25-
- [Azure FarmBeats](event-schema-farmbeats.md)
26-
- [Azure Health Data Services](event-schema-azure-health-data-services.md)
27-
- [Azure IoT Hub](event-schema-iot-hub.md)
28-
- [Azure Key Vault](event-schema-key-vault.md)
29-
- [Azure Kubernetes Service](event-schema-aks.md)
30-
- [Azure Machine Learning](event-schema-machine-learning.md)
31-
- [Azure Maps](event-schema-azure-maps.md)
32-
- [Azure Media Services](event-schema-media-services.md)
33-
- [Azure Policy](./event-schema-policy.md)
34-
- [Azure resource groups](event-schema-resource-groups.md)
35-
- [Azure Service Bus](event-schema-service-bus.md)
36-
- [Azure SignalR](event-schema-azure-signalr.md)
37-
- [Azure subscriptions](event-schema-subscriptions.md)
17+
[!INCLUDE [event-sources-system-topics.md](includes/event-sources-system-topics.md)]
3818

3919

4020
## System topics as Azure resources

0 commit comments

Comments
 (0)