Skip to content

Commit 29879ac

Browse files
committed
schema compatibility to a new article
1 parent 2179f4c commit 29879ac

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

articles/event-grid/end-point-validation-cloud-events-schema.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,6 @@ WebHook-Request-Origin: *
7878
> [!IMPORTANT]
7979
> For more information about the abuse protection, see [Abuse protection in the HTTP 1.1 Web Hooks for event delivery spec](https://github.com/cloudevents/spec/blob/v1.0/http-webhook.md#4-abuse-protection).
8080
81-
## Event schema compatibility
82-
When a topic is created, an incoming event schema is defined. And, when a subscription is created, an outgoing event schema is defined. The following table shows you the compatibility allowed when creating a subscription.
83-
84-
| Incoming event schema | Outgoing event schema | Supported |
85-
| ---- | ---- | ---- |
86-
| Event Grid schema | Event Grid schema | Yes |
87-
| | Cloud Events v1.0 schema | Yes |
88-
| | Custom input schema | No |
89-
| Cloud Events v1.0 schema | Event Grid schema | No |
90-
| | Cloud Events v1.0 schema | Yes |
91-
| | Custom input schema | No |
92-
| Custom input schema | Event Grid schema | Yes |
93-
| | Cloud Events v1.0 schema | Yes |
94-
| | Custom input schema | Yes |
95-
9681

9782
## Related content
9883
See the following article to learn how to troubleshoot event subscription validations: [Troubleshoot event subscription validations](troubleshoot-subscription-validation.md).

articles/event-grid/end-point-validation-event-grid-events-schema.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,6 @@ And, follow one of these steps:
8888

8989
For an example of handling the subscription validation handshake, see a [C# sample](https://github.com/Azure-Samples/event-grid-dotnet-publish-consume-events/blob/master/EventGridConsumer/EventGridConsumer/Function1.cs).
9090

91-
## Event schema compatibility
92-
When a topic is created, an incoming event schema is defined. And, when a subscription is created, an outgoing event schema is defined. The following table shows you the compatibility allowed when creating a subscription.
93-
94-
| Incoming event schema | Outgoing event schema | Supported |
95-
| ---- | ---- | ---- |
96-
| Event Grid schema | Event Grid schema | Yes |
97-
| | Cloud Events v1.0 schema | Yes |
98-
| | Custom input schema | No |
99-
| Cloud Events v1.0 schema | Event Grid schema | No |
100-
| | Cloud Events v1.0 schema | Yes |
101-
| | Custom input schema | No |
102-
| Custom input schema | Event Grid schema | Yes |
103-
| | Cloud Events v1.0 schema | Yes |
104-
| | Custom input schema | Yes |
105-
10691

10792
## Related content
10893
See the following article to learn how to troubleshoot event subscription validations: [Troubleshoot event subscription validations](troubleshoot-subscription-validation.md).

0 commit comments

Comments
 (0)