Skip to content

Commit 3198a6f

Browse files
committed
fixing standard setup wording
1 parent 1c15571 commit 3198a6f

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,12 @@ By bundling these BYO features (file storage, search, and thread storage), the s
3232
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.
3333

3434
When you use standard setup, **three containers** will be provisioned in your existing Cosmos DB account, and **each container requires 1000 RU/s**.
35-
3635
* thread-message-store: End-user conversations
3736
* system-thread-message-store: Internal system messages
38-
* agent-entity-store: Model inputs and outputs
37+
* agent-entity-store: Agent metadata including their instructions, tools, name, etc.
3938

4039
## Project-Level Data Isolation
41-
42-
Azure AI Foundry enforces project-level data isolation by default. When you configure your own resources in the project capability host:
43-
* **Azure Storage**: Two Blob containers are automatically provisioned:
44-
* One for uploaded files
45-
* One for intermediate system data (for example, chunks, embeddings)
46-
* **Azure Cosmos DB**: Three containers are provisioned under a dedicated enterprise_memory database:
47-
* thread-message-store: End-user conversations
48-
* system-thread-message-store: Internal system messages
49-
* agent-entity-store: Model inputs and outputs
50-
51-
This default behavior was chosen to reduce configuration complexity while still enforcing strict data boundaries—ensuring each project has a clean, isolated storage footprint without requiring manual setup.
40+
Standard setup enforces project-level data isolation by default. Two blob storage containers will automatically be provisioned in your storage account, one for files and one for intermediate system data (chunks, embeddings) and three containers will be provisioned in your Cosmos DB, one for user systems, one for system messages, and one for user inputs related to created agents such as their instructions, tools, name, etc. This default behavior was chosen to reduce setup complexity while still enforcing strict data boundaries between projects.
5241

5342
## Capability hosts
5443
**Capability hosts** are sub-resources on both the Account and Project, enabling interaction with the Azure AI Foundry Agent Service.

articles/ai-services/agents/environment-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Creating your first agent with Azure AI Foundry Agent Service is a two-step proc
1818
1. Set up your agent environment.
1919
1. Create and configure your agent using either the SDK of your choice or the Azure Foundry Portal.
2020

21-
Use this article to learn more about setting up your agents.
21+
Use this article to learn more about setting up your agent environment.
2222

2323
### Required permissions
2424

2525
| Action | Required Role |
2626
|------------------------------------------------------------------------|----------------------------------|
2727
| Create an account and project | Azure AI Account Owner |
28-
| **Standard Setup Only:** Assign RBAC for required resources (Cosmos DB, Search, Storage, etc.) | Role Based Access Administrator |
28+
| **Standard Setup Only:** Assign RBAC for required resources (Cosmos DB, Search, Storage, etc.) | Role Based Access Control Administrator |
2929
| Create and edit agents | Azure AI User |
3030

3131
## Set up your agent environment
@@ -37,7 +37,7 @@ Agents are scoped at the project level, which ensures data isolation—agents wi
3737
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
3838
* Ensure that the individual creating the account and project has the **Azure AI Account Owner** role at the subscription scope
3939
* If configuring **Standard Setup**, the same individual must also have permissions to assign roles to required resources (Cosmos DB, Search, Storage).
40-
* The built-in role needed is **Role Based Access Administrator**.
40+
* The built-in role needed is **Role Based Access Control Administrator**.
4141
* Alternatively, having the **Owner** role at the subscription level also satisfies this requirement.
4242
* The key permission needed is: `Microsoft.Authorization/roleAssignments/write`
4343

0 commit comments

Comments
 (0)