Skip to content

Commit 3133be4

Browse files
committed
branding
1 parent 4b110ea commit 3133be4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/ai-foundry/agents/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,18 @@ Start with the [environment setup](environment-setup.md) and [quickstart](quicks
118118

119119
## Business Continuity and Disaster Recovery (BCDR) for Agents
120120

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.
122122

123-
### Use your own CosmosDB account
123+
### Use your own Cosmos DB account
124124

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.
129129

130130
### Current guidance
131131

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.
133133

134134
## Next steps
135135

0 commit comments

Comments
 (0)