Skip to content

Commit 6b6c053

Browse files
committed
add links to azure ai projects client library in each language
1 parent 56c4f5f commit 6b6c053

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
6262
endpoint="your_project_endpoint", # Replace with your endpoint
6363
credential=DefaultAzureCredential())
6464
```
65+
See [Azure AI Projects client library for Python](/python/api/overview/azure/ai-projects-readme).
6566

6667
::: zone-end
6768

@@ -88,12 +89,12 @@ The Azure AI Foundry Projects client library is a unified library that enables y
8889
.buildClient();
8990
```
9091
92+
See [Azure AI Projects client library for Java](/java/api/overview/azure/ai-projects-readme).
93+
9194
::: zone-end
9295
9396
::: zone pivot="programming-language-javascript"
9497
95-
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
96-
9798
* Install dependencies (preview):
9899
99100
```bash
@@ -111,6 +112,8 @@ The Azure AI Foundry Projects client library is a unified library that enables y
111112
const project = new AIProjectClient(endpoint, new DefaultAzureCredential());
112113
```
113114
115+
See [Azure AI Projects client library for JavaScript](/javascript/api/overview/azure/ai-projects-readme).
116+
114117
::: zone-end
115118
116119
::: zone pivot="programming-language-csharp"
@@ -149,6 +152,8 @@ The Azure AI Foundry Projects client library is a unified library that enables y
149152
);
150153
```
151154
155+
See [Azure AI Projects client library for .NET](/dotnet/api/overview/azure/ai.projects-readme).
156+
152157
::: zone-end
153158
154159
<a name="azure-ai-foundry-agent-service"></a>

0 commit comments

Comments
 (0)