Skip to content

Commit e67c513

Browse files
committed
combine steps
1 parent b737d77 commit e67c513

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/ai-foundry/openai/how-to/business-continuity-disaster-recovery.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ The other benefit of this architecture is that it allows you to stack Standard d
6666
To support service resilience, the Agents service relies on customer-provisioned Cosmos DB accounts. This ensures that your agent state can be preserved and recovered if there is a regional outage.
6767

6868
1. As an Azure Standard customer, you provision and manage your own single-tenant Cosmos DB account.
69-
1. All of the agent state is stored in your Cosmos DB.
70-
1. Backup and recovery rely on Cosmos DB’s native capabilities, which you control.
69+
1. All of the agent state is stored in your Cosmos DB. Backup and recovery rely on Cosmos DB’s native capabilities, which you control.
7170
1. If the primary region becomes unavailable, the agent will automatically become available in the secondary region by connecting to the same Cosmos DB account.
7271
Since all history is preserved in Cosmos DB, the agent can continue operation with minimal disruption.
7372

0 commit comments

Comments
 (0)