Skip to content

Commit cdecdb6

Browse files
committed
Freshness review
1 parent 85f89b4 commit cdecdb6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/event-grid/handler-functions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use a function in Azure as an event handler for Azure Event Grid events
33
description: Describes how you can use functions created in and hosted by Azure Functions as event handlers for Event Grid events.
44
ms.topic: conceptual
5-
ms.date: 05/23/2022
5+
ms.date: 08/31/2023
66
---
77

88
# Use a function as an event handler for Event Grid events
@@ -23,8 +23,6 @@ We recommend that you use the first approach (Event Grid trigger) as it has the
2323
> - When you add an event subscription using an Azure function, Event Grid fetches the access key for the target function using Event Grid service principal's credentials. The permissions are granted to Event Grid when you register the Event Grid resource provider in their Azure subscription.
2424
> - If you protect your Azure function with an **Azure Active Directory** application, you'll have to take the generic webhook approach using the HTTP trigger. Use the Azure function endpoint as a webhook URL when adding the subscription.
2525
26-
27-
2826
## Tutorials
2927

3028
|Title |Description |

0 commit comments

Comments
 (0)