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
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.
@@ -67,7 +69,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
67
69
::: zone pivot="programming-language-java"
68
70
69
71
70
-
* Add these packages to your installation:
72
+
* Add these packages to your installation (preview):
71
73
*`com.azure.ai.projects`
72
74
*`com.azure.core`
73
75
@@ -92,7 +94,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/get-started-fdp.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: sgilley
5
5
ms.author: sgilley
6
6
ms.service: azure-ai-foundry
7
7
ms.topic: include
8
-
ms.date: 04/30/2025
8
+
ms.date: 05/13/2025
9
9
ms.custom: include file
10
10
---
11
11
@@ -30,7 +30,7 @@ The Azure AI Foundry SDK is available in multiple languages, including Python, J
30
30
- An [Azure subscription](https://azure.microsoft.com/free/). If you don't have an Azure subscription, create a free account before you begin.
31
31
- You must be **Owner** of the subscription to receive the appropriate access control needed to use your project.
32
32
33
-
33
+
[!INCLUDE [feature-preview](feature-preview.md)]
34
34
35
35
## Create a [!INCLUDE [fdp-project-name](fdp-project-name.md)]
36
36
@@ -71,7 +71,7 @@ No installation is necessary to use the Azure AI Foundry portal.
71
71
> [!TIP]
72
72
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/mslearn-resources/quickstart).
73
73
74
-
# [Java](#tab/java)
74
+
# [Java (preview)](#tab/java)
75
75
76
76
1. [Install Java and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-java).
77
77
1. Set these environment variables to use in your scripts:
@@ -84,7 +84,7 @@ No installation is necessary to use the Azure AI Foundry portal.
84
84
> [!TIP]
85
85
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/java/mslearn-resources/quickstart).
86
86
87
-
# [JavaScript](#tab/javascript)
87
+
# [JavaScript (preview)](#tab/javascript)
88
88
89
89
1. [Install JavaScript and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-javascript)
90
90
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your JavaScript scripts.
@@ -135,11 +135,11 @@ Substitute your value for the endpoint in this code:
0 commit comments