Skip to content

Commit be933b1

Browse files
authored
Update warning for Outbox partition key usage
1 parent 2f0cb23 commit be933b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persistence/cosmosdb/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The [transactions](transactions.md) documentation provides additional details on
9393
### Storage format
9494

9595
> [!WARNING]
96-
> The default partition key, when not explicitly set, does not separate Outbox documents by endpoint name. Because of that, multiple logical endpoints cannot share the same database and container since [message identities are not unique across endpoints from a processing perspective](/nservicebus/outbox/#message-identity). Either separate different endpoints into different containers or [override the partition key](transactions.md).
96+
> 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 database and container since [message identities are not unique across endpoints from a processing perspective](/nservicebus/outbox/#message-identity). To avoid conflicts, either separate different endpoints into different containers or [override the partition key](transactions.md)
9797
9898
### Outbox cleanup
9999

0 commit comments

Comments
 (0)