Skip to content

Commit da2dcef

Browse files
authored
Merge pull request #6255 from sdgilley/sdg-updates
updates from peer review - articles/ai-foundry/quickstarts/get-started-code.md
2 parents d959dd2 + 9cf7eae commit da2dcef

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

articles/ai-foundry/includes/find-endpoint.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.date: 05/13/2025
99
ms.custom: include file
1010
---
1111

12+
Azure AI Foundry Models allows customers to consume the most powerful models from flagship model providers using a single endpoint and credentials. This means that you can switch between models and consume them from your application without changing a single line of code.
13+
1214
Copy the **Azure AI Foundry project endpoint** in the **Overview** section of your project. You'll use it in a moment.
1315

1416
:::image type="content" source="../media/how-to/projects/fdp-project-overview.png" alt-text="Screenshot shows the project overview for a Foundry project.":::

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this quickstart, you use [Azure AI Foundry](https://ai.azure.com/?cid=learnDo
2525
The Azure AI Foundry SDK is available in multiple languages, including Python, Java, JavaScript, and C#. This quickstart provides instructions for each of these languages.
2626

2727
> [!TIP]
28-
> The rest of this article shows how to use a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]**. Select **[!INCLUDE [hub](../includes/hub-project-name.md)]** at the top of this article if you want to use a [!INCLUDE [hub](../includes/hub-project-name.md)] instead. [Which type of project do I need?](../what-is-azure-ai-foundry.md#which-type-of-project-do-i-need)
28+
> The rest of this article shows how to create and use a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]**. Select **[!INCLUDE [hub](../includes/hub-project-name.md)]** at the top of this article if you want to use a [!INCLUDE [hub](../includes/hub-project-name.md)] instead. [Which type of project do I need?](../what-is-azure-ai-foundry.md#which-type-of-project-do-i-need)
2929
3030
## Prerequisites
3131

@@ -37,12 +37,14 @@ The Azure AI Foundry SDK is available in multiple languages, including Python, J
3737
## Start with a project and model
3838

3939
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs).
40-
1. On the home page, search and then select the **gpt-4o** model.
40+
1. In the portal, you can explore a rich catalog of cutting-edge models from Microsoft, OpenAI, DeepSeek, Hugging Face, Meta, and more. For this tutorial, search and then
41+
select the **gpt-4o** model.
4142

4243
:::image type="content" source="../media/quickstarts/start-building.png" alt-text="Screenshot shows how to start building an Agent in Azure AI Foundry portal.":::
4344

4445
1. On the model details page, select **Use this model**.
4546
1. Fill in a name to use for your project and select **Create**.
47+
1. Review the deployment information then select **Deploy**.
4648
1. Once your resources are created, you are in the chat playground.
4749

4850
## Set up your environment

articles/ai-foundry/quickstarts/get-started-code.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: sdgilley
66
ms.author: sgilley
77
manager: scottpolly
88
ms.reviewer: dantaylo
9-
ms.date: 07/03/2025
9+
ms.date: 07/03/2025
1010
ms.service: azure-ai-foundry
1111
ms.topic: how-to
1212
ms.custom:
@@ -17,6 +17,7 @@ ms.custom:
1717
- update-code5
1818
- build-aifnd
1919
- build-2025
20+
- peer-review-program
2021
zone_pivot_groups: project-type
2122
# customer intent: As a developer, I want to start using the Azure AI Foundry portal and client libraries.
2223
---

zone-pivots/zone-pivot-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ groups:
14531453
prompt: Choose a project type
14541454
pivots:
14551455
- id: fdp-project
1456-
title: Foundry project
1456+
title: Foundry project (recommended)
14571457
- id: hub-project
14581458
title: Hub based project
14591459
# Owner: sgilley

0 commit comments

Comments
 (0)