Skip to content

Commit baf6e72

Browse files
committed
update
1 parent 70d6e43 commit baf6e72

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

articles/event-grid/event-schema-event-hubs.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,6 @@ The data object has the following properties:
122122
| `firstEnqueueTime` | string | The first time from the queue. |
123123
| `lastEnqueueTime` | string | The last time from the queue. |
124124

125-
## Delivery properties
126-
Event subscriptions allow you to set up HTTP headers that are included in delivered events. This capability allows you to set custom headers that are required by a destination. You can set custom headers on the events that are delivered to Azure Event Hubs.
127-
128-
If you need to publish events to a specific partition within an event hub, set the `ParitionKey` property on your event subscription to specify the partition key that identifies the target event hub partition.
129-
130-
| Header name | Header type |
131-
| :-- | :-- |
132-
|`PartitionKey` | Static |
133-
134-
For more information, see [Custom delivery properties](delivery-properties.md).
135125

136126
## Tutorials and how-tos
137127

articles/event-grid/handler-event-hubs.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,16 @@ See the following examples:
6868
}
6969
```
7070

71+
## Delivery properties
72+
Event subscriptions allow you to set up HTTP headers that are included in delivered events. This capability allows you to set custom headers that are required by a destination. You can set custom headers on the events that are delivered to Azure Event Hubs.
73+
74+
If you need to publish events to a specific partition within an event hub, set the `ParitionKey` property on your event subscription to specify the partition key that identifies the target event hub partition.
75+
76+
| Header name | Header type |
77+
| :-- | :-- |
78+
|`PartitionKey` | Static |
79+
80+
For more information, see [Custom delivery properties](delivery-properties.md).
81+
7182
## Next steps
7283
See the [Event handlers](event-handlers.md) article for a list of supported event handlers.

0 commit comments

Comments
 (0)