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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
51
51
pip install azure-ai-projects azure-ai-identity
52
52
```
53
53
54
-
* 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.
54
+
* 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.
55
55
56
56
```python
57
57
from azure.identity import DefaultAzureCredential
@@ -71,7 +71,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
71
71
*`com.azure.ai.projects`
72
72
*`com.azure.core`
73
73
74
-
* 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.
74
+
* 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.
75
75
76
76
```java
77
77
import com.azure.ai.projects.ProjectsClient;
@@ -98,7 +98,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
98
98
npm install @azure/ai-projects @azure/identity
99
99
```
100
100
101
-
* 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.
101
+
* 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.
102
102
103
103
104
104
```javascript
@@ -121,7 +121,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
121
121
dotnet add package Azure.AI.Inference
122
122
```
123
123
124
-
* 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.
124
+
* 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