Skip to content

Commit 8b0ea60

Browse files
authored
Merge pull request #184878 from cgillum/patch-16
Add note about disaster recovery in task hub article
2 parents 43f5283 + b0b820a commit 8b0ea60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-functions/durable/durable-functions-task-hubs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ A *task hub* in [Durable Functions](durable-functions-overview.md) is a logical
2121
2222
If multiple function apps share a storage account, each function app *must* be configured with a separate task hub name. A storage account can contain multiple task hubs. This restriction generally applies to other storage providers as well.
2323

24+
> [!NOTE]
25+
> The exception to the task hub sharing rule is if you are configuring your app for regional disaster recovery. See the [disaster recovery and geo-distribution](durable-functions-disaster-recovery-geo-distribution.md) article for more information.
26+
2427
The following diagram illustrates one task hub per function app in shared and dedicated Azure Storage accounts.
2528

2629
![Diagram showing shared and dedicated storage accounts.](./media/durable-functions-task-hubs/task-hubs-storage.png)

0 commit comments

Comments
 (0)