Skip to content

Commit 4f517e1

Browse files
authored
Merge pull request #2853 from aahill/foundry-docs-3
Updating assistants quickstart
2 parents 551116b + c14f4d8 commit 4f517e1

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

articles/ai-services/openai/assistants-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-
88
ms.topic: quickstart
99
author: aahill
1010
ms.author: aahi
11-
ms.date: 09/18/2024
11+
ms.date: 02/10/2025
1212
zone_pivot_groups: openai-quickstart-assistants
1313
recommendations: false
1414
---

articles/ai-services/openai/includes/assistants-ai-studio.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- build-2024
99
- ignite-2024
1010
ms.topic: include
11-
ms.date: 03/04/2024
11+
ms.date: 02/10/2025
1212
author: aahill
1313
ms.author: aahi
1414
---
@@ -26,8 +26,14 @@ ms.author: aahi
2626
[Azure AI Foundry](https://ai.azure.com) lets you use Assistants v2 which provides several upgrades such as the [file search](../how-to/file-search.md) tool which is faster and supports more files.
2727

2828
1. Sign in to [Azure AI Foundry](https://ai.azure.com).
29-
1. Go to your project or [create a new project](../../../ai-studio//how-to/create-projects.md) in Azure AI Foundry portal.
30-
1. From your project overview, select **Assistants**, located under **playgrounds**.
29+
1. If your screen doesn't look like the following screenshot, select **Azure AI Foundry** in the top left of the screen.
30+
1. Select **Let's go** in the Azure OpenAI Service card.
31+
32+
:::image type="content" source="../media/assistants/foundry-openai-selectior.png" alt-text="A screenshot of the main page of the Azure AI Foundry." lightbox="../media/assistants/foundry-openai-selectior.png":::
33+
34+
1. In the navigation menu on the left, select **Assistants**, located under **playgrounds**.
35+
36+
:::image type="content" source="../media/quickstarts/assistants-ai-studio-playground.png" alt-text="Screenshot of the Assistant configuration screen without all the values filled in." lightbox="../media/quickstarts/assistants-ai-studio-playground.png":::
3137

3238
The Assistants playground allows you to explore, prototype, and test AI Assistants without needing to run any code. From this page, you can quickly iterate and experiment with new ideas.
3339

@@ -42,8 +48,6 @@ ms.author: aahi
4248
| **Code interpreter** | Code interpreter provides access to a sandboxed Python environment that can be used to allow the model to test and execute code. |
4349
| **Files** | You can upload up to 10,000 files, with a max file size of 512 MB to use with tools. Not used in this quickstart. |
4450

45-
:::image type="content" source="../media/quickstarts/assistants-ai-studio-playground.png" alt-text="Screenshot of the Assistant configuration screen without all the values filled in." lightbox="../media/quickstarts/assistants-ai-studio-playground.png":::
46-
4751
## Create your first Assistant
4852

4953
1. Select your deployment from the **Deployments** dropdown.
304 KB
Loading

0 commit comments

Comments
 (0)