Skip to content

Commit e93670c

Browse files
committed
Azure Functions support Cloud Events schema
1 parent aa17433 commit e93670c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/event-grid/cloudevents-schema.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ New-AzEventGridSubscription `
117117
-DeliverySchema CloudEventSchemaV1_0
118118
```
119119

120-
Currently, you can't use an Event Grid trigger for an Azure Functions app when the event is delivered in the CloudEvents schema. Use an HTTP trigger. For examples of implementing an HTTP trigger that receives events in the CloudEvents schema, see [Using CloudEvents with Azure Functions](#azure-functions).
121-
122-
## Endpoint validation with CloudEvents v1.0
120+
## Endpoint validation with CloudEvents v1.0
123121

124122
If you're already familiar with Event Grid, you might be aware of the endpoint validation handshake for preventing abuse. CloudEvents v1.0 implements its own [abuse protection semantics](webhook-event-delivery.md) by using the HTTP OPTIONS method. To read more about it, see [HTTP 1.1 Web Hooks for event delivery - Version 1.0](https://github.com/cloudevents/spec/blob/v1.0/http-webhook.md#4-abuse-protection). When you use the CloudEvents schema for output, Event Grid uses the CloudEvents v1.0 abuse protection in place of the Event Grid validation event mechanism.
125123

0 commit comments

Comments
 (0)