Skip to content

Commit 37ebf35

Browse files
committed
move intro sentence into pivots
1 parent 6b6c053 commit 37ebf35

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

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

Lines changed: 11 additions & 8 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,15 +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-
See [Azure AI Projects client library for Python](/python/api/overview/azure/ai-projects-readme).
66-
6767
::: zone-end
6868

6969
::: zone pivot="programming-language-java"
7070

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+
7173
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
7274

73-
* Add these packages to your installation (preview):
75+
* Add these packages to your installation:
7476
* `com.azure.ai.projects`
7577
* `com.azure.core`
7678

@@ -89,12 +91,14 @@ See [Azure AI Projects client library for Python](/python/api/overview/azure/ai-
8991
.buildClient();
9092
```
9193
92-
See [Azure AI Projects client library for Java](/java/api/overview/azure/ai-projects-readme).
94+
9395
9496
::: zone-end
9597
9698
::: zone pivot="programming-language-javascript"
9799
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.
101+
98102
* Install dependencies (preview):
99103
100104
```bash
@@ -112,12 +116,13 @@ See [Azure AI Projects client library for Java](/java/api/overview/azure/ai-proj
112116
const project = new AIProjectClient(endpoint, new DefaultAzureCredential());
113117
```
114118
115-
See [Azure AI Projects client library for JavaScript](/javascript/api/overview/azure/ai-projects-readme).
116119
117120
::: zone-end
118121
119122
::: zone pivot="programming-language-csharp"
120123
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+
121126
* Install packages:
122127
123128
```bash
@@ -152,8 +157,6 @@ See [Azure AI Projects client library for JavaScript](/javascript/api/overview/a
152157
);
153158
```
154159
155-
See [Azure AI Projects client library for .NET](/dotnet/api/overview/azure/ai.projects-readme).
156-
157160
::: zone-end
158161
159162
<a name="azure-ai-foundry-agent-service"></a>

0 commit comments

Comments
 (0)