You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/overview.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.author: aahi
8
8
ms.service: azure-ai-foundry
9
9
ms.subservice: azure-ai-foundry-agent-service
10
10
ms.topic: overview
11
-
ms.date: 06/25/2025
11
+
ms.date: 09/26/2025
12
12
ms.custom: azure-ai-agents
13
13
---
14
14
@@ -117,6 +117,20 @@ Start with the [environment setup](environment-setup.md) and [quickstart](quicks
117
117
1. After you create a project, you can deploy a compatible model such as GPT-4o.
118
118
1. When you have a deployed model, you can also start making API calls to the service using the SDKs.
119
119
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.
0 commit comments