Skip to content

Commit 1c15571

Browse files
committed
adding files
1 parent 837c8d3 commit 1c15571

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

articles/ai-services/agents/concepts/standard-agent-setup.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ Both standard setup configurations are designed to give you complete control ove
2727

2828
By bundling these BYO features (file storage, search, and thread storage), the standard setup guarantees that your deployment is secure by default. All data processed by Azure AI Foundry Agent Service is automatically stored at rest in your own Azure resources, helping you meet internal policies, compliance requirements, and enterprise security standards.
2929

30+
### Azure Cosmos DB for NoSQL
31+
32+
Your existing Azure Cosmos DB for NoSQL Account used in standard setup must have a total throughput limit of at least **3000 RU/s**. Both **Provisioned Throughput** and **Serverless** modes are supported.
33+
34+
When you use standard setup, **three containers** will be provisioned in your existing Cosmos DB account, and **each container requires 1000 RU/s**.
35+
36+
* thread-message-store: End-user conversations
37+
* system-thread-message-store: Internal system messages
38+
* agent-entity-store: Model inputs and outputs
39+
3040
## Project-Level Data Isolation
3141

3242
Azure AI Foundry enforces project-level data isolation by default. When you configure your own resources in the project capability host:
@@ -85,4 +95,4 @@ This default behavior was chosen to reduce configuration complexity while still
8595
* Assign role: Cosmos DB Built-in Data Contributor
8696
* Cosmos DB for NoSQL container: `<'${projectWorkspaceId}>-agent-entity-store'`
8797
* Assign role: Cosmos DB Built-in Data Contributor
88-
11. Once all resources are provisioned, all developers who want to create/edit agents in the project should be assigned the role: Azure AI User on the project scope.
98+
11. Once all resources are provisioned, all developers who want to create/edit agents in the project should be assigned the role: Azure AI User on the project scope.

articles/ai-services/agents/how-to/use-your-own-resources.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ Use an existing AI Services / Azure OpenAI, Azure Storage account, Azure Cosmos
8585
```
8686
8787
### Use an existing Azure Cosmos DB for NoSQL account for thread storage
88+
**Azure Cosmos DB for NoSQL**
89+
- Your existing Azure Cosmos DB for NoSQL Account used in standard setup must have at least a total throughput limit of at least 3000 RU/s. Both Provisioned Thoughtput and Serverless are supported.
90+
- 3 containers will be provisioned in your existing Cosmos DB account and each need 1000 RU/s
8891
8992
1. To get your Azure Cosmos DB account resource ID, sign in to the Azure CLI and select the subscription with your account:
9093

0 commit comments

Comments
 (0)