You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/event-schema-event-hubs.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,16 +122,6 @@ The data object has the following properties:
122
122
|`firstEnqueueTime`| string | The first time from the queue. |
123
123
|`lastEnqueueTime`| string | The last time from the queue. |
124
124
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).
Copy file name to clipboardExpand all lines: articles/event-grid/handler-event-hubs.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,5 +68,16 @@ See the following examples:
68
68
}
69
69
```
70
70
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
+
71
82
## Next steps
72
83
See the [Event handlers](event-handlers.md) article for a list of supported event handlers.
0 commit comments