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.
1 parent 1db8f14 commit ae5c8c2Copy full SHA for ae5c8c2
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