Skip to content
Discussion options

You must be logged in to vote

You may be hitting an issue related to the recent GA (General Availability) changes for Azure AI Foundry. Here’s what you need to know and check:

  1. Migration from Connection String to Endpoint Format:

    • If your Foundry project was created after May 19, 2025, you must use the endpoint URL (not the old connection string) and the new PersistentAgentsClient pattern. Projects created before this date should continue with the connection string and existing SDKs.
    • See the official GA Migration Guide for C# for examples and details.
  2. Verify Permissions (RBAC):

    • If your project is under a hub, make sure your user/service principal has contributor or higher access both at the hub and the project le…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@amynic
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by amynic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment