We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f97be5 + ae5c8c2 commit 7c9d203Copy full SHA for 7c9d203
articles/ai-foundry/how-to/develop/sdk-overview.md
@@ -59,7 +59,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
59
from azure.identity import DefaultAzureCredential
60
from azure.ai.projects import AIProjectClient
61
62
- project = AIProjectClient.from_connection_string(
+ project = AIProjectClient(
63
endpoint="your_project_endpoint", # Replace with your endpoint
64
credential=DefaultAzureCredential())
65
```
0 commit comments