You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/handler-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.date: 08/31/2023
7
7
8
8
# Use a function as an event handler for Event Grid events
9
9
10
-
An event handler is the place where the event is sent. The handler takes an action to process the event. Several Azure services are automatically configured to handle events and **Azure Functions** is one of them. For instance, Azure Event Grid can utilize Azure Functions as an [anti-corruption layer](https://learn.microsoft.com/azure/architecture/patterns/anti-corruption-layer) to transform or validate events before forwarding them to downstream systems.
10
+
An event handler is the place where the event is sent. The handler takes an action to process the event. Several Azure services are automatically configured to handle events and **Azure Functions** is one of them. For instance, Azure Event Grid can utilize Azure Functions as an [anti-corruption layer](/azure/architecture/patterns/anti-corruption-layer) to transform or validate events before forwarding them to downstream systems.
11
11
12
12
13
13
To use a function in Azure as a handler for events, follow one of these approaches:
0 commit comments