Skip to content

Commit 6350a59

Browse files
authored
Merge pull request #197327 from MayankBargali-MSFT/patch-75
(AzureCXP) fixed Event Hubs example header type
2 parents 19a963a + 64d1cc5 commit 6350a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ See the following examples:
7171
## Delivery properties
7272
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.
7373

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.
74+
If you need to publish events to a specific partition within an event hub, set the `PartitionKey` property on your event subscription to specify the partition key that identifies the target event hub partition.
7575

7676
| Header name | Header type |
7777
| :-- | :-- |
78-
|`PartitionKey` | Static |
78+
|`PartitionKey` | Static or dynamic |
7979

8080
For more information, see [Custom delivery properties](delivery-properties.md).
8181

0 commit comments

Comments
 (0)