Skip to content

Commit e447b83

Browse files
authored
CloudEvents schema is supported now
1 parent becc60d commit e447b83

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/event-grid/handler-functions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ We recommend that you use the first approach (Event Grid trigger) as it has the
1919
- Event Grid automatically validates Event Grid triggers. With generic HTTP triggers, you must implement the [validation response](webhook-event-delivery.md) yourself.
2020
- Event Grid automatically adjusts the rate at which events are delivered to a function triggered by an Event Grid event based on the perceived rate at which the function can process events. This rate match feature averts delivery errors that stem from the inability of a function to process events as the function’s event processing rate can vary over time. To improve efficiency at high throughput, enable batching on the event subscription. For more information, see [Enable batching](#enable-batching).
2121

22-
> [!NOTE]
23-
> Currently, you can't use an Event Grid trigger for a function app when the event is delivered in the **CloudEvents** schema. Instead, use an HTTP trigger.
24-
2522
## Tutorials
2623

2724
|Title |Description |

0 commit comments

Comments
 (0)