We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f802f37 commit c495af9Copy full SHA for c495af9
samples/azure/azure-table/transactions/sample.md
@@ -35,9 +35,11 @@ snippet: AzureTableConfig
35
36
The OrderId is used as the partition key.
37
38
-## Behaviors
+## Using Behaviors
39
40
-Most messages implement `IProvideOrderId` enabling the logical behavior of using the provided OrderId as the partition key.
+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.
43
44
snippet: BehaviorUsingIProvideOrderId
45
0 commit comments