Skip to content

Commit 76de364

Browse files
authored
Merge pull request #41877 from tfitzmac/0522https
describe handlers
2 parents 24282cd + f40990c commit 76de364

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/event-grid/event-handlers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: tomfitz
1313

1414
# Event handlers in Azure Event Grid
1515

16-
An event handler is the place where the event is sent. The handler takes some further action to process the event. Several Azure services are automatically configured to handle events. You can also use any webhook for handling events. The webhook does not need to be hosted in Azure to handle events.
16+
An event handler is the place where the event is sent. The handler takes some further action to process the event. Several Azure services are automatically configured to handle events. You can also use any webhook for handling events. The webhook does not need to be hosted in Azure to handle events. Event Grid only supports HTTPS webhook endpoints.
1717

1818
This article provides links to content for each event handler.
1919

@@ -29,6 +29,8 @@ Use Azure Automation to process events with automated runbooks.
2929

3030
Use Azure Functions for serverless response to events.
3131

32+
When using Azure Functions as the handler, use the Event Grid trigger instead of generic HTTP triggers. Event Grid automatically validates Event Grid Function triggers. With generic HTTP triggers, you must implement the [validation response](security-authentication.md#webhook-event-delivery).
33+
3234
|Title |Description |
3335
|---------|---------|
3436
| [Event Grid trigger for Azure Functions](../azure-functions/functions-bindings-event-grid.md) | Overview of using the Event Grid trigger in Functions. |

articles/event-grid/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ Currently, the following Azure services support handling events from Event Grid:
6767
* Queue Storage
6868
* WebHooks
6969

70-
When using Azure Functions as the handler, use the Event Grid trigger instead of generic HTTP triggers. Event Grid automatically validates Event Grid Function triggers. With generic HTTP triggers, you must implement the [validation response](security-authentication.md#webhook-event-delivery).
71-
7270
For links to articles that show how to use each event handler, see [Event handlers in Azure Event Grid](event-handlers.md).
7371

7472
## Concepts

0 commit comments

Comments
 (0)