-
Notifications
You must be signed in to change notification settings - Fork 461
Revise Cosmos DB container requirements for Standard setup #729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,15 +46,26 @@ All data processed by Foundry Agent Service is automatically stored at rest in t | |
|
|
||
| Your Azure Cosmos DB for NoSQL account must have a total throughput limit of at least **3000 RU/s**. Both **Provisioned Throughput** and **Serverless** modes are supported. | ||
|
|
||
| Standard setup provisions **three containers** in your Cosmos DB account, **each requiring 1000 RU/s**: | ||
| The **Standard setup** provisions **five containers**, each requiring **1000 RU/s**: | ||
|
georgeollis marked this conversation as resolved.
|
||
|
|
||
| | Container | Purpose | | ||
| |-----------|---------| | ||
|
Comment on lines
+49
to
52
|
||
| | `thread-message-store` | End-user conversations | | ||
| | `system-thread-message-store` | Internal system messages | | ||
| | `agent-entity-store` | Agent metadata (instructions, tools, name) | | ||
| | `agent-definitions-v1` | Agent metadata (instructions, tools, name, versions) | | ||
| | `run-state-v1` | Internal messages and end-user conversations | | ||
|
|
||
| For multiple projects under the same Foundry account, multiply by the number of projects. For example, two projects require at least 6000 RU/s (3 containers × 1000 RU/s × 2 projects). | ||
| `thread-message-store`, `system-thread-message-store`, and `agent-entity-store` are part of the **Foundry Agent Service (Classic)** Standard Setup. | ||
|
georgeollis marked this conversation as resolved.
|
||
|
|
||
| **Foundry Agent Service (New)** uses **`agent-definitions-v1`** and **`run-state-v1`**. | ||
| The older containers belong to the **Classic** experience and are not used by the new runtime. | ||
|
|
||
| --- | ||
|
|
||
| ## Information Warning | ||
|
|
||
| The **Classic** and **New** Foundry Agent Service runtimes use **different Cosmos DB containers**. | ||
|
georgeollis marked this conversation as resolved.
|
||
|
|
||
| ## Project-level data isolation | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.