Skip to content

Commit af898fb

Browse files
authored
Merge pull request #7055 from sdgilley/sdg-updates
revise first-run and get-started-fdp
2 parents a24d077 + 7c1e536 commit af898fb

File tree

2 files changed

+8
-41
lines changed

2 files changed

+8
-41
lines changed

articles/ai-foundry/includes/first-run-experience.md

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,51 +11,18 @@ ms.custom: include
1111
---
1212
## First run experience
1313

14-
Use this fast path when you don't have any projects yet. Pick what you want to do and we create the project and get you into the right playground. It is suggested to start with an agent but you can also explore models through the Foundry portal or model catalog.
14+
Use this fast path when you don't have any projects yet.
1515

16-
# [Agent (_recommended_)](#tab/azure-ai-foundry)
17-
18-
To start with an agent, use the following steps:
19-
20-
1. In the top breadcrumb, select **Azure AI Foundry**, then select **Create an agent**.
21-
22-
1. Enter a project name. Confirm your directory and subscription. Select **Create**.
23-
24-
:::image type="content" source="../media/quickstarts/create-agent.png" alt-text="Screenshot of Agents playground showing a default agent loaded with GPT-4o deployed. Chat interface and agent details panel are visible." lightbox="../media/quickstarts/create-agent.png":::
25-
26-
1. When prompted, choose a model. We recommend **gpt-4o** for best quality, or **gpt-4o-mini** for lower cost.
27-
28-
:::image type="content" source="../media/quickstarts/agent-model-selection.png" alt-text="Screenshot showing the model selection dialog during agent deployment.":::
29-
30-
1. Select **Deploy** on the final confirmation page after selecting a deployment type, and you see the Agents playground with your agent ready to chat.
31-
32-
:::image type="content" source="../media/quickstarts/deploy-agent-model.png" alt-text="Screenshot of Agents playground showing a default agent loaded with GPT-4o deployed. The chat interface and agent details panel are visible." lightbox="../media/quickstarts/deploy-agent-model.png":::
33-
34-
1. You see the Agents playground with your agent ready to chat.
35-
36-
:::image type="content" source="../media/quickstarts/agents-playground.png" alt-text="Screenshot of the Agents playground using gpt-4o." lightbox="../media/quickstarts/agents-playground.png":::
37-
38-
# [Model](#tab/azure-ai-foundry-model)
39-
40-
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 select the **gpt-4o** model.
16+
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 select the **gpt-4o** model.
4117

4218
1. From the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) or **[Model catalog](https://ai.azure.com/explore/models)**, select **gpt-4o** (or **gpt-4o-mini**).
4319

44-
:::image type="content" source="../media/quickstarts/start-building.png" alt-text="Screenshot shows how to start building an Agent in Azure AI Foundry portal.":::
20+
:::image type="content" source="../media/quickstarts/start-building.png" alt-text="Screenshot shows how to start with a model in Azure AI Foundry portal.":::
4521

4622
1. Select **Use this model**. When prompted, enter a project name and select **Create**.
4723
1. Review the deployment name and select **Create**.
48-
49-
:::image type="content" source="../media/quickstarts/create-foundry-model.png" alt-text="Screenshot showing how to create a model from the AI Foundry Model Catalog.":::
50-
5124
1. Then select **Connect and deploy** after selecting a deployment type.
52-
53-
:::image type="content" source="../media/quickstarts/deploy-foundry-model.png" alt-text="Screenshot showing how to deploy a model from the AI Foundry model catalog.":::
54-
5525
1. Select **Open in playground** from the deployment page after it's deployed.
56-
5726
1. You land in the Chat playground with the model pre-deployed and ready to use.
5827

59-
:::image type="content" source="../media/quickstarts/model-chat-playground.png" alt-text="Screenshot showing the model chat playground after deploying an Azure AI Foundry model from the model catalog.":::
60-
61-
---
28+
If you're building an agent, you can instead start with **Create an agent**. The steps are similar, but in a different order. Once the project is created, you arrive at the Agent playground instead of the Chat playground.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Azure AI Foundry SDK is available in multiple languages, including Python, J
3434

3535
[!INCLUDE [feature-preview](feature-preview.md)]
3636

37-
[!INCLUDE [feature-preview](first-run-experience.md)]
37+
[!INCLUDE [first-run](first-run-experience.md)]
3838

3939
## Set up your environment
4040

@@ -250,7 +250,7 @@ Replace `YOUR-FOUNDRY-RESOURCE-NAME` and `YOUR-PROJECT-NAME` with your values:
250250
251251
[!INCLUDE [clean-up-resources](clean-up-resources.md)]
252252
253-
## Next step
253+
## Related content
254254
255-
> [!div class="nextstepaction"]
256-
> [Azure AI Foundry client library overview](../how-to/develop/sdk-overview.md)
255+
* [Quickstart: Create a new agent](../agents/quickstart.md)
256+
* [Azure AI Foundry client library overview](../how-to/develop/sdk-overview.md)

0 commit comments

Comments
 (0)