Skip to content

Commit b707996

Browse files
committed
updating note
1 parent 5b70b1e commit b707996

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ ms.date: 07/23/2025
1010
> [!IMPORTANT]
1111
> 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 used for hub-based projects before this time. Connection strings are no longer supported in current versions of the SDKs and REST API. We recommend creating a new foundry project.
1212
>
13-
> If you want to continue using your hub-based project and connection string, you will need to use one of the previous versions of the SDK:
14-
> * [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
15-
> * [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
13+
> If you want to continue using your hub-based project and connection string, you will need to:
14+
> 1. Use the connection string for your project located under **Connection string** in the overview of your project.
15+
>
16+
> :::image type="content" source="../../media/quickstarts/azure-ai-sdk/connection-string.png" alt-text="A screenshot showing the legacy connection string for a hub-based project.":::
17+
>
18+
> 2. Use one of the previous versions of the SDK and the associated sample code:
19+
> * [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
20+
> * [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

0 commit comments

Comments
 (0)