Skip to content

Commit ecd73df

Browse files
Merge pull request #7296 from aahill/agents-bcdr
BCDR for Agents
2 parents a847d62 + 3133be4 commit ecd73df

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/ai-foundry/agents/overview.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: aahi
88
ms.service: azure-ai-foundry
99
ms.subservice: azure-ai-foundry-agent-service
1010
ms.topic: overview
11-
ms.date: 06/25/2025
11+
ms.date: 09/26/2025
1212
ms.custom: azure-ai-agents
1313
---
1414

@@ -117,6 +117,20 @@ Start with the [environment setup](environment-setup.md) and [quickstart](quicks
117117
1. After you create a project, you can deploy a compatible model such as GPT-4o.
118118
1. When you have a deployed model, you can also start making API calls to the service using the SDKs.
119119

120+
## Business Continuity and Disaster Recovery (BCDR) for Agents
121+
122+
To support service resilience, the Azure AI Foundry Agent service relies on customer-provisioned Cosmos DB accounts. This ensures that your agent state can be preserved and recovered in the event of a regional outage.
123+
124+
### Use your own Cosmos DB account
125+
126+
* As an Azure Standard customer, you provision and manage your own single-tenant Cosmos DB account. All agent state is stored in your Cosmos DB.
127+
* Backup and recovery rely on Cosmos DB’s native capabilities, which you control.
128+
* If the primary region becomes unavailable, the agent will automatically become available in the secondary region by connecting to the same Cosmos DB account.
129+
* Since all history is preserved in Cosmos DB, the agent can continue operation with minimal disruption.
130+
131+
### Current guidance
132+
133+
We recommend customers provision and maintain their Cosmos DB account and ensure appropriate backup and recovery policies are configured. This ensures seamless continuity if the primary region becomes unavailable.
120134

121135
## Next steps
122136

0 commit comments

Comments
 (0)