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: includes/functions-event-grid-intro.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
@@ -10,4 +10,4 @@ Event Grid is an Azure service that sends HTTP requests to notify you about even
10
10
11
11
Event *handlers* receive and process events. Azure Functions is one of several [Azure services that have built-in support for handling Event Grid events](../articles/event-grid/overview.md#event-handlers). Functions provides an Event Grid trigger, which invokes a function when an event is received from Event Grid. A similar output binding can be used to send events from your function to an [Event Grid custom topic](../articles/event-grid/post-to-custom-topic.md).
12
12
13
-
You can also use an HTTP trigger to handle Event Grid Events. To learn more, see [Receive events to an HTTP endpoint](../articles/event-grid/receive-events.md). We recommend using the Event Grid trigger over HTTP trigger. With Event Grid extension 2.x and earlier versions, you can't use an Event Grid trigger for an Azure Functions app when the event is delivered in the [CloudEvents schema](../event-grid/cloudevents-schema.md#azure-functions).
13
+
You can also use an HTTP trigger to handle Event Grid Events. To learn more, see [Receive events to an HTTP endpoint](../articles/event-grid/receive-events.md). We recommend using the Event Grid trigger over HTTP trigger. With Event Grid extension 2.x and earlier versions, you can't use an Event Grid trigger for an Azure Functions app when the event is delivered in the [CloudEvents schema](../articles/event-grid/cloudevents-schema.md#azure-functions).
0 commit comments