Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions persistence/azure-table/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Azure Table Persistence
summary: Using Azure Tables as persistence
reviewed: 2025-11-20
reviewed: 2026-04-10
component: ASP
related:
- persistence/upgrades/asp-saga-deduplication
Expand Down Expand Up @@ -57,5 +57,4 @@ Saga correlation property values are subject to the underlying Azure Storage tab

### Storage format

> [!WARNING]
> 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).
partial: outbox-storage-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> [!WARNING]
> 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).
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
From version 5.0.4, the row key will include the endpoint name to distinguish it from other endpoints processing the same message.

> [!WARNING]
> In versions prior to 5.0.4, 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).
>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
From version 6.1.2, the row key will include the endpoint name to distinguish it from other endpoints processing the same message.

> [!WARNING]
> In versions prior to 6.1.2, 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).
>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
From version 7.0.1, the row key will include the endpoint name to distinguish it from other endpoints processing the same message.

> [!WARNING]
> In version 7.0.0, 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).
>