Skip to content

Commit 7724596

Browse files
committed
playgrounds edit & update images
1 parent b940159 commit 7724596

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

articles/ai-foundry/concepts/concept-playgrounds.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn to use Azure AI Foundry playgrounds for exploration, experime
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.topic: concept-article
8-
ms.date: 05/06/2025
8+
ms.date: 06/09/2025
99
ms.reviewer: mopeakande
1010
reviewer: msakande
1111
ms.author: tgokal
@@ -26,9 +26,12 @@ In today's development cycle, speed and clarity are everything. As you build wit
2626
> - Revamped **Audio playground** for [gpt-4o-audio](https://ai.azure.com/explore/models/gpt-4o-transcribe/version/2025-03-20/registry/azure-openai), [gpt-4o-transcribe](https://ai.azure.com/explore/models/gpt-4o-transcribe/version/2025-03-20/registry/azure-openai), [gpt-4o-mini-tts](https://ai.azure.com/explore/models/gpt-4o-mini-tts/version/2025-03-20/registry/azure-openai) models.
2727
> - Introducing the new **Video playground** for Azure OpenAI Sora.
2828
29-
:::image type="content" source="../media/concept-playgrounds/playground-landing-page.png" alt-text="Screenshot of the Azure AI Foundry playground landing page showcasing features for rapid prototyping and experimentation." lightbox="../media/concept-playgrounds/playground-landing-page.png":::
29+
:::image type="content" source="../media/concept-playgrounds/playground-landing-page.png" alt-text="Screenshot of the Azure AI Foundry playground landing page showcasing features for rapid prototyping and experimentation. The left pane of the portal has been customized to show the Playgrounds tab." lightbox="../media/concept-playgrounds/playground-landing-page.png":::
3030

31-
## The playground; the prelude to production
31+
> [!TIP]
32+
> In the screenshot of the playground landing page, the left pane of the portal has been customized to show the Playgrounds tab. To learn more about seeing the other items in the left pane, see [Customize the left pane](../what-is-azure-ai-foundry.md#left-pane).
33+
34+
## Playground as the prelude to production
3235

3336
Modern development involves working across multiple systems—APIs, services, SDKs, and data models—often before you're ready to fully commit to a framework, write tests, or spin up infrastructure. As the complexity of software ecosystems increases, the need for safe, lightweight environments to validate ideas becomes critical. The playground was built to meet this need.
3437

@@ -69,26 +72,24 @@ Let's look through the various capabilities available.
6972

7073
Available on the multi-lingual sample code samples, "Open in VS Code" enables the automatic import of your code sample, API endpoint and key to a VS Code workspace in /azure environment. Instead of going back and forth between Foundry and IDE, "Open in VS Code" reduces six clicks to one click:
7174

72-
1. Select View Code in Chat playground and Agents playground to see the code sample.
73-
1. Select "Open in VS Code" button.
74-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-foundry.png" alt-text="Screenshot of the Open in VS Code button in Azure AI Foundry playground for seamless code integration." lightbox="../media/concept-playgrounds/open-in-vs-code-foundry.png":::
75-
76-
1. You're redirected to /azure environment of VS Code with importing of your code sample, API endpoint and key.
77-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-vscode.png" alt-text="Screenshot of the VS Code environment showing imported code sample, API endpoint, and key from Foundry playground." lightbox="../media/concept-playgrounds/open-in-vs-code-vscode.png":::
75+
1. Select **Try the Chat playground** to open it. Alternatively, you could follow these steps in the Agents playground by selecting **Let's go** in the Agents playground box.
76+
1. If you don't have a deployment already, select **Create new deployment** and deploy a model such as `gpt-4o-mini`.
77+
1. Ensure that your deployment is selected in the Deployment box.
78+
1. Select **View code** to see the code sample.
79+
1. Select **Open in VS Code** to open VS Code in a new tab of your browser window.
80+
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-foundry.png" alt-text="Screenshot showing the "Open in VS Code" button in Azure AI Foundry playground for seamless code integration." lightbox="../media/concept-playgrounds/open-in-vs-code-foundry.png":::
7881

79-
1. Browse through the `READ.ME` file for instructions to run your model.
80-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-readme.png" alt-text="Screenshot of the README file in VS Code with instructions for running the imported model." lightbox="../media/concept-playgrounds/open-in-vs-code-readme.png":::
82+
1. You're redirected to the `/azure` environment of VS Code where your code sample, API endpoint and key are already imported from the Azure AI Foundry playground.
83+
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-vscode.png" alt-text="Screenshot of the VS Code environment showing imported code sample, API endpoint, and key from the Azure AI Foundry playground." lightbox="../media/concept-playgrounds/open-in-vs-code-vscode.png":::
8184

82-
1. Your code sample is automatically transferred to the `run_model.py`.
83-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-run-model.png" alt-text="Screenshot showing that the code sample automatically transferred to run_model.py in VS Code." lightbox="../media/concept-playgrounds/open-in-vs-code-run-model.png":::
84-
85-
1. Relevant dependencies in the `requirements.txt` file.
86-
:::image type="content" source="../media/concept-playgrounds/open-in-vs-code-requirements.png" alt-text="Screenshot showing the relevant dependencies listed in the requirements.txt file in VS Code." lightbox="../media/concept-playgrounds/open-in-vs-code-requirements.png":::
85+
1. Browse the `READ.ME` file for instructions to run your model.
86+
1. View your code sample in the `run_model.py`.
87+
1. View relevant dependencies in the `requirements.txt` file.
8788

8889

8990
## Agents playground
9091

91-
The Agents playground allows you to explore, prototype, and test agents without needing to run any code. From this page, you can quickly iterate and experiment with new ideas. Get started with Agents playground with this [quickstart](../../ai-services/agents/quickstart.md).
92+
The Agents playground allows you to explore, prototype, and test agents without needing to run any code. From this page, you can quickly iterate and experiment with new ideas. to get started with the Agents playground, see the [Quickstart: Create a new agent](../../ai-services/agents/quickstart.md).
9293

9394
:::image type="content" source="../media/concept-playgrounds/agents-playground.png" alt-text="Screenshot of the Agents playground interface for exploring, prototyping, and testing agents without code." lightbox="../media/concept-playgrounds/agents-playground.png":::
9495

Binary file not shown.
Binary file not shown.
Binary file not shown.
-21.3 KB
Loading

0 commit comments

Comments
 (0)