Skip to content

Commit 88bc608

Browse files
Update environment-setup.md (#24)
* Update environment-setup.md * Update use-your-own-resources.md
1 parent 8b08b9e commit 88bc608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use this article to learn more about setting up your agent environment.
3131
## Set up your agent environment
3232
To get started, you need an Azure AI Foundry resource and a Foundry project.
3333
Agents are created within a specific project, and each project acts as an isolated workspace. This means:
34-
* All agents in the same project share access to the same file storage, thread storage (conversation history), and search indexs.
34+
* All agents in the same project share access to the same file storage, thread storage (conversation history), and search indexes.
3535
* Data is isolated between projects. Agents in one project cannot access resources from another.
3636
Projects are currently the unit of sharing and isolation in Foundry. See the [what is AI foundry](../../ai-foundry/what-is-azure-ai-foundry.md) article for more information on Foundry projects.
3737

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Use an existing Azure OpenAI, Azure Storage account, Azure Cosmos DB for NoSQL a
125125

126126
### Use an existing Azure Cosmos DB for NoSQL account for thread storage
127127
**Azure Cosmos DB for NoSQL**
128-
- 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.
128+
- 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 Throughput and Serverless are supported.
129129
- 3 containers will be provisioned in your existing Cosmos DB account and each need 1000 RU/s
130130

131131
1. To get your Azure Cosmos DB account resource ID, sign in to the Azure CLI and select the subscription with your account:

0 commit comments

Comments
 (0)