Skip to content

Commit c495af9

Browse files
authored
Update sample.md
1 parent f802f37 commit c495af9

File tree

1 file changed

+4
-2
lines changed
  • samples/azure/azure-table/transactions

1 file changed

+4
-2
lines changed

samples/azure/azure-table/transactions/sample.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ snippet: AzureTableConfig
3535

3636
The OrderId is used as the partition key.
3737

38-
## Behaviors
38+
## Using Behaviors
3939

40-
Most messages implement `IProvideOrderId` enabling the logical behavior of using the provided OrderId as the partition key.
40+
The following shows 3 different ways to provide OrderIDs to the saga using [behaviors](/nservicebus/pipeline/manipulate-with-behaviors.md).
41+
42+
Most messages implement `IProvideOrderId` allowing the OrderId to be used as the partition key.
4143

4244
snippet: BehaviorUsingIProvideOrderId
4345

0 commit comments

Comments
 (0)