Skip to content

Commit 2f0cb23

Browse files
authored
Clarify warning about default partition key usage
1 parent bab3b5a commit 2f0cb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persistence/azure-table/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Saga correlation property values are subject to the underlying Azure Storage tab
5858
### Storage format
5959

6060
> [!WARNING]
61-
> The default partition key, when not explicitly set, does not separate Outbox rows by endpoint name. Because of that, multiple logical endpoints cannot share the same table since [message identities are not unique across endpoints from a processing perspective](/nservicebus/outbox/#message-identity). Either separate different endpoints into different tables or [override the partition key](transactions.md).
61+
> When the default partition key is not explicitly set, Outbox rows are not separated by endpoint name. As a result, multiple logical endpoints cannot share the same table since [message identities are not unique across endpoints from a processing perspective](/nservicebus/outbox/#message-identity). To avoid conflicts, either assign each endpoint to a separate table or [override the partition key](transactions.md).

0 commit comments

Comments
 (0)