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/deploy-model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ To work with a model, you first deploy it into a project.
17
17
1. Sign in to [Azure AI Foundry](https://ai.azure.com).
18
18
1. Studio remembers where you were last, so what you do next depends on where you are:
19
19
20
-
* If you're new to Azure AI Foundry, select **Create the future**. Add a name for your project and select **Create**.
20
+
* If you're new to Azure AI Foundry, select **Create an agent**. Add a name for your project and select **Create**.
21
21
* If you see a list of projects, select the one you want to use. You can use either a [!INCLUDE [hub-project-name](hub-project-name.md)] or a [!INCLUDE [fdp-project-name](fdp-project-name.md)].
22
22
* If you're already in a project and want to use a new one, select **Azure AI Foundry** in the top left corner, then select **Create new** to create the new project.
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/get-started-fdp.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,10 @@ 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
12
-
[!INCLUDE [fdp-rollout](fdp-rollout.md)]
13
-
14
12
In this quickstart, you use [Azure AI Foundry](https://ai.azure.com) to:
15
13
16
14
> [!div class="checklist"]
@@ -30,22 +28,22 @@ The Azure AI Foundry SDK is available in multiple languages, including Python, J
30
28
- An [Azure subscription](https://azure.microsoft.com/free/). If you don't have an Azure subscription, create a free account before you begin.
31
29
- You must be **Owner** of the subscription to receive the appropriate access control needed to use your project.
32
30
33
-
31
+
[!INCLUDE [feature-preview](feature-preview.md)]
34
32
35
33
## Create a [!INCLUDE [fdp-project-name](fdp-project-name.md)]
36
34
37
35
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com).
38
-
1. On the home page, select **Create the future**. This creates a project and also include steps to start working with a basic Agent.
36
+
1. On the home page, select **Create an agent**. This creates a project and also include steps to start working with a basic Agent.
39
37
40
-
:::image type="content" source="../media/quickstarts/start-building.png" alt-text="Screenshot shows how to start building an Agent in Azure AI Foundry portal.":::
38
+
<!--:::image type="content" source="../media/quickstarts/start-building.png" alt-text="Screenshot shows how to start building an Agent in Azure AI Foundry portal.":::-->
41
39
42
40
1. Fill in a name for your project and select **Create**.
1. If you just used the Azure AI Foundry portal to create the project with the **Create the future** link, you're next prompted to deploy a model.
46
+
1. If you just used the Azure AI Foundry portal to create the project with the **Create an agent** link, you're next prompted to deploy a model.
49
47
1. Or else, sign in to the [Azure AI Foundry portal](https://ai.azure.com), select your project, and select **Model catalog**.
50
48
1. Search for the model you want to deploy. For this quickstart, select **gpt-4o**.
51
49
1. Select **Confirm**.
@@ -71,7 +69,7 @@ No installation is necessary to use the Azure AI Foundry portal.
71
69
> [!TIP]
72
70
> 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
71
74
-
# [Java](#tab/java)
72
+
# [Java (preview)](#tab/java)
75
73
76
74
1. [Install Java and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-java).
77
75
1. Set these environment variables to use in your scripts:
@@ -84,7 +82,7 @@ No installation is necessary to use the Azure AI Foundry portal.
84
82
> [!TIP]
85
83
> 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
84
87
-
# [JavaScript](#tab/javascript)
85
+
# [JavaScript (preview)](#tab/javascript)
88
86
89
87
1. [Install JavaScript and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-javascript)
90
88
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.
@@ -122,7 +120,7 @@ Chat completions are the basic building block of AI applications. Using chat com
122
120
123
121
# [Azure AI Foundry portal](#tab/azure-ai-foundry)
124
122
125
-
1. If you used **Create the future** to create the project, you'll now find yourself in the Agents playground, ready to try it out. You'll come back here in a moment, but first let's play with the model.
123
+
1. If you used **Create an agent** to create the project, you'll now find yourself in the Agents playground, ready to try it out. You'll come back here in a moment, but first let's play with the model.
126
124
1. In the left pane, select **Playgrounds**.
127
125
1. Select **Try the chat playground**.
128
126
1. Fill in the prompt and select the **Send** button.
@@ -135,11 +133,11 @@ Substitute your value for the endpoint in this code:
[Azure AI Foundry](https://ai.azure.com) provides a unified platform for enterprise AI operations, model builders, and application development. This foundation combines production-grade infrastructure with friendly interfaces, ensuring organizations can build and operate AI applications with confidence.
22
20
23
21
[Azure AI Foundry](https://ai.azure.com) is designed for developers to:
0 commit comments