You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/sdk-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
50
50
* Install the project client library
51
51
52
52
```bash
53
-
pip install azure-ai-projects azure-ai-identity
53
+
pip install azure-ai-projects azure-identity
54
54
```
55
55
56
56
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
0 commit comments