Skip to content

Commit 72cbd86

Browse files
Merge pull request #6161 from sdgilley/sdg-updates
add links to azure ai projects client library in each language
2 parents 965ea36 + a690e63 commit 72cbd86

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

articles/ai-foundry/how-to/develop/sdk-overview.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ The Azure AI Foundry SDK is a set of client libraries and services designed to w
4242

4343
## Unified Projects client library
4444

45-
The Azure AI Foundry Projects client library is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
45+
4646

4747
::: zone pivot="programming-language-python"
4848

49+
The [Azure AI Foundry Projects client library for Python](/python/api/overview/azure/ai-projects-readme) is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
50+
4951
* Install the project client library
5052

5153
```bash
@@ -62,14 +64,15 @@ The Azure AI Foundry Projects client library is a unified library that enables y
6264
endpoint="your_project_endpoint", # Replace with your endpoint
6365
credential=DefaultAzureCredential())
6466
```
65-
6667
::: zone-end
6768

6869
::: zone pivot="programming-language-java"
6970

71+
The [Azure AI Foundry Projects client library for Java (preview)](/java/api/overview/azure/ai-projects-readme) is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
72+
7073
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
7174

72-
* Add these packages to your installation (preview):
75+
* Add these packages to your installation:
7376
* `com.azure.ai.projects`
7477
* `com.azure.core`
7578

@@ -88,11 +91,13 @@ The Azure AI Foundry Projects client library is a unified library that enables y
8891
.buildClient();
8992
```
9093
94+
95+
9196
::: zone-end
9297
9398
::: zone pivot="programming-language-javascript"
9499
95-
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
100+
The [Azure AI Foundry Projects client library for JavaScript](/javascript/api/overview/azure/ai-projects-readme) is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
96101
97102
* Install dependencies (preview):
98103
@@ -111,10 +116,13 @@ The Azure AI Foundry Projects client library is a unified library that enables y
111116
const project = new AIProjectClient(endpoint, new DefaultAzureCredential());
112117
```
113118
119+
114120
::: zone-end
115121
116122
::: zone pivot="programming-language-csharp"
117123
124+
The [Azure AI Foundry Projects client library for .NET](/dotnet/api/overview/azure/ai.projects-readme) is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
125+
118126
* Install packages:
119127
120128
```bash

0 commit comments

Comments
 (0)