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
@@ -48,7 +48,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
48
48
pip install azure-ai-projects azure-ai-identity
49
49
```
50
50
51
-
* Create a project client in code. **Copy** the the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
51
+
* 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.
52
52
53
53
```python
54
54
from azure.identity import DefaultAzureCredential
@@ -68,7 +68,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
68
68
*`com.azure.ai.projects`
69
69
*`com.azure.core`
70
70
71
-
* Create a project client in code. **Copy** the the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
71
+
* 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.
72
72
73
73
```java
74
74
import com.azure.ai.projects.ProjectsClient;
@@ -95,7 +95,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
95
95
npm install @azure/ai-projects @azure/identity
96
96
```
97
97
98
-
* Create a project client in code. **Copy** the the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
98
+
* 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.
99
99
100
100
101
101
```javascript
@@ -120,7 +120,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
120
120
dotnet add package Azure.AI.Inference
121
121
```
122
122
123
-
* Create a project client in code. **Copy** the the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
123
+
* 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