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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,18 +118,18 @@ Start with the [environment setup](environment-setup.md) and [quickstart](quicks
118
118
119
119
## Business Continuity and Disaster Recovery (BCDR) for Agents
120
120
121
-
To support service resilience, the Azure AI Foundry Agent service relies on customer-provisioned CosmosDB accounts. This ensures that your agent state can be preserved and recovered in the event of a regional outage.
121
+
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.
122
122
123
-
### Use your own CosmosDB account
123
+
### Use your own Cosmos DB account
124
124
125
-
* As an Azure Standard customer, you provision and manage your own single-tenant CosmosDB account. All agent state is stored in your CosmosDB.
126
-
* Backup and recovery rely on CosmosDB’s native capabilities, which you control.
127
-
* If the primary region becomes unavailable, the agent will automatically become available in the secondary region by connecting to the same CosmosDB account.
128
-
* Since all history is preserved in CosmosDB, the agent can continue operation with minimal disruption.
125
+
* 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.
126
+
* Backup and recovery rely on Cosmos DB’s native capabilities, which you control.
127
+
* If the primary region becomes unavailable, the agent will automatically become available in the secondary region by connecting to the same Cosmos DB account.
128
+
* Since all history is preserved in Cosmos DB, the agent can continue operation with minimal disruption.
129
129
130
130
### Current guidance
131
131
132
-
We recommend customers provision and maintain their CosmosDB account and ensure appropriate backup and recovery policies are configured. This ensures seamless continuity if the primary region becomes unavailable.
132
+
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