Skip to content

Commit 16cce47

Browse files
authored
Update handler-functions.md
1 parent 21523e1 commit 16cce47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/handler-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 08/31/2023
77

88
# Use a function as an event handler for Event Grid events
99

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.
1111

1212

1313
To use a function in Azure as a handler for events, follow one of these approaches:

0 commit comments

Comments
 (0)