Skip to content

Commit 0070de3

Browse files
Merge pull request #4614 from sdgilley/sdg-release-sdk-overview
Sdg release sdk overview
2 parents f7643e3 + 63dcdbb commit 0070de3

File tree

13 files changed

+314
-511
lines changed

13 files changed

+314
-511
lines changed

articles/ai-foundry/how-to/develop/install-cli-sdk.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.date: 04/22/2025
99
ms.reviewer: dantaylo
1010
ms.author: sgilley
1111
author: sdgilley
12+
zone_pivot_groups: foundry-sdk-overview-languages
1213

1314
#customer intent: As a developer, I want to install the Azure AI Foundry SDK in my development environment
1415
---
@@ -24,26 +25,31 @@ Set up your development environment to use the [Azure AI Foundry](https://ai.azu
2425

2526
## Install your programming language
2627

27-
# [Python SDK](#tab/python)
28+
::: zone pivot="programming-language-python"
2829

2930
In the IDE of your choice, create a new folder for your project. Open a terminal window in that folder.
3031

3132
[!INCLUDE [Install Python](../../includes/install-python.md)]
3233

33-
# [Java](#tab/java)
34+
::: zone-end
35+
36+
::: zone pivot="programming-language-java"
3437

3538
[!INCLUDE [Install Jave](../../includes/install-java.md)]
3639

37-
# [JavaScript](#tab/javascript)
40+
::: zone-end
41+
42+
::: zone pivot="programming-language-javascript"
3843

3944
Install [Node.js](https://nodejs.org/)
4045

41-
# [C#](#tab/csharp)
46+
::: zone-end
4247

43-
[!INCLUDE [install-csharp](../../includes/install-csharp.md)]
48+
::: zone pivot="programming-language-csharp"
4449

45-
---
50+
[!INCLUDE [install-csharp](../../includes/install-csharp.md)]
4651

52+
::: zone-end
4753

4854

4955
## <a name="installs"></a> Install the Azure CLI and sign in

0 commit comments

Comments
 (0)