Skip to content

Commit b54c558

Browse files
committed
fixed errors
1 parent c1f8c65 commit b54c558

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

articles/event-grid/.openpublishing.redirection.event-grid.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "edge/forward-events-event-grid-cloud.md",
5+
"redirect_url": "/azure/event-grid/edge/forward-events-cloud",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "edge/configure-event-grid.md",
10+
"redirect_url": "/azure/event-grid/edge/configure",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path": "scripts/event-grid-powershell-webhook-secure-delivery-azure-ad-user.md",
515
"redirect_url": "/azure/event-grid/scripts/powershell-webhook-secure-delivery-azure-ad-user",

articles/event-grid/cloudevents-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For a detailed description of the available fields, their types, and definitions
5151

5252
The headers values for events delivered in the CloudEvents schema and the Event Grid schema are the same except for `content-type`. For the CloudEvents schema, that header value is `"content-type":"application/cloudevents+json; charset=utf-8"`. For the Event Grid schema, that header value is `"content-type":"application/json; charset=utf-8"`.
5353

54-
## Configure Event Grid for CloudEvents
54+
## Configure for CloudEvents
5555

5656
You can use Event Grid for both input and output of events in the CloudEvents schema. The following table describes the possible transformations:
5757

0 commit comments

Comments
 (0)