Skip to content

Commit 7160fd3

Browse files
committed
updates
1 parent caaf2a5 commit 7160fd3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use this article if you want to set up your Foundry project with your own resour
2121

2222
There are some limitations you should be aware of when you plan to use existing resources wtih the Azure AI Foundry Agent Service
2323

24-
### If previously were using a hub-based project or Azure OpenAI Assistants
24+
### If you are using a hub-based project or Azure OpenAI Assistants
2525

2626
At this time, there is no direct upgrade path to migrate existing agents or their associated data assets such as files, threads, or vector stores from a hub-based project to an Azure AI Foundry project. There is also no upgrade path to convert existing Azure OpenAI Assistants into Foundry Agents, nor a way to automatically migrate Assistants' files, threads, or vector stores.
2727

@@ -46,9 +46,6 @@ If you want to continue using your hub-based project and connection string, you
4646
* [C#](https://github.com/Azure/azure-sdk-for-net/tree/feature/azure-ai-agents/sdk/ai/Azure.AI.Projects/samples): `1.0.0-beta.2` or earlier
4747
* [Python](https://github.com/Azure/azure-sdk-for-python/tree/feature/azure-ai-projects-beta10/sdk/ai/azure-ai-projects/samples/agents): `1.0.0b10` or earlier
4848

49-
50-
51-
5249
### Azure Cosmos DB for NoSQL to store threads
5350

5451
- Your existing Azure Cosmos DB for NoSQL account used in a [standard setup](#choose-basic-or-standard-agent-setup) must have a total throughput limit of at least 3000 RU/s. Both provisioned throughput and serverless are supported.
@@ -101,7 +98,7 @@ Includes everything in the basic setup and fine-grained control over your data b
10198

10299
## Basic agent setup: Use an existing Azure OpenAI resource
103100

104-
Replace the parameter value for `existingAoaiResourceId` with the full arm resource ID of the Azure OpenAI resource you want to use.
101+
Replace the parameter value for `existingAoaiResourceId`in the [template](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/infrastructure-setup/42-basic-agent-setup-with-customization) with the full arm resource ID of the Azure OpenAI resource you want to use.
105102

106103
1. To get the Azure OpenAI account resource ID, sign in to the Azure CLI and select the subscription with your AI Services account:
107104

articles/ai-foundry/agents/includes/connection-string-deprecation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ ms.date: 07/23/2025
88
---
99

1010
> [!IMPORTANT]
11-
> Starting in May 2025, the Azure AI Agent Service uses an endpoint for [Foundry projects](../../what-is-azure-ai-foundry.md#project-types) instead of the connection string that were previously used for hub-based projects. See [SDK usage with hub-based projects](../how-to/use-your-own-resources.md#sdk-usage-with-hub-based-projects)
11+
> Starting in May 2025, the Azure AI Agent Service uses an endpoint for [Foundry projects](../../what-is-azure-ai-foundry.md#project-types) instead of the connection string that were previously used for hub-based projects. See [SDK usage with hub-based projects](../how-to/use-your-own-resources.md#sdk-usage-with-hub-based-projects) for more information.

0 commit comments

Comments
 (0)