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
In today's development cycle, speed and clarity are everything. As you build with the latest state-of-the-art models - and build agents and apps with them - Azure AI Foundry playgrounds are your on-demand, zero-setup environment designed for rapid prototyping, API exploration, and technical validation—before committing a single line to your production codebase. Think of the playground as your technical sketchpad—built to help you build better, faster, and smarter.
19
+
As you build with state-of-the-art models and build agents and apps with them, Azure AI Foundry playgrounds provide an on-demand, zero-setup environment designed for rapid prototyping, API exploration, and technical validationbefore you commit a single line of code to your production codebase.
20
20
21
-
> [!IMPORTANT]
22
-
> The Azure AI Foundry playground experience has been updated to include:
23
-
> -**AgentOps support** for Evaluations and Tracing in the **Agents playground.**
24
-
> -**Open in VS Code** for Chat and Agents playground; automatic endpoint and key importing from Foundry to VS Code for multi-lingual code samples. Save time from going from six clicks to one click.
25
-
> - Introducing **[Images Playground 2.0](https://devblogs.microsoft.com/foundry/images-playground-may-2025/)** for [gpt-image-1](https://ai.azure.com/explore/models/gpt-image-1/version/2025-04-15/registry/azure-openai), [Stable Diffusion 3.5 Large](https://ai.azure.com/explore/models/Stable-Diffusion-3.5-Large/version/1/registry/azureml-stabilityai) and [Bria 2.3 Fast](https://ai.azure.com/explore/models/Bria-2.3-Fast/version/1/registry/azureml-bria).
26
-
> - 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.
27
-
> - Introducing the new **Video playground** for Azure OpenAI Sora.
21
+
## Some highlights of the Azure AI Foundry playgrounds experience
22
+
23
+
Some highlights of the Azure AI Foundry playground experience includes:
24
+
25
+
-**AgentOps support** for Evaluations and Tracing in the **Agents playground.**
26
+
-**Open in VS Code** for Chat and Agents playground. This feature saves you time by automatically importing your endpoint and key from Azure AI Foundry to VS Code for multi-lingual code samples.
27
+
-**Images Playground 2.0** for [gpt-image-1](https://ai.azure.com/explore/models/gpt-image-1/version/2025-04-15/registry/azure-openai), [Stable Diffusion 3.5 Large](https://ai.azure.com/explore/models/Stable-Diffusion-3.5-Large/version/1/registry/azureml-stabilityai) and [Bria 2.3 Fast](https://ai.azure.com/explore/models/Bria-2.3-Fast/version/1/registry/azureml-bria) models.
28
+
-**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), and [gpt-4o-mini-tts](https://ai.azure.com/explore/models/gpt-4o-mini-tts/version/2025-03-20/registry/azure-openai) models.
29
+
-**Video playground** for Azure OpenAI Sora.
28
30
29
31
:::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":::
30
32
31
33
> [!TIP]
32
34
> 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
35
34
-
## Playground as the prelude to production
36
+
## Playgrounds as the prelude to production
35
37
36
-
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.
38
+
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 playgrounds were built to meet this need.
37
39
38
-
The playground provides a ready-to-use environment with all necessary tools and features pre-installed, eliminating the need to set up projects, manage dependencies, or solve compatibility issues.
40
+
The playgrounds provide ready-to-use environments with all the necessary tools and features pre-installed, eliminating the need to set up projects, manage dependencies, or solve compatibility issues. The Azure AI Foundry playgrounds help provide clarity quickly when you have questions and they can accelerate developer velocity.
39
41
40
42
#### Get clarity quicker
41
43
42
-
The playground is ideal for quickly answering questions like:
44
+
The playgrounds are ideal for quickly answering questions like:
43
45
44
46
- How does this endpoint behave under edge conditions?
47
+
45
48
- What's the minimal prompt I need to get the output I want?
49
+
46
50
- Will this logic work before I write a full integration?
51
+
47
52
- How does latency or token usage change with different configurations?
53
+
48
54
- What model provides the best price-to-performance ratio before I evolve it into an agent?
55
+
49
56
- How do I evaluate performance and safety metrics for my agent?
50
57
51
-
You can get these answers in seconds, not hours. Think of the playground as the place where you test and validate ideas before you commit to building at scale.
58
+
The playgrounds help you to get answers to these questions in seconds, rather than hours—allowing you to test and validate ideas before you commit to building at scale.
52
59
53
-
#### Accelerating developer velocity
60
+
#### Accelerate developer velocity
54
61
55
-
-**Reduce cost of experimentation:** In traditional workflows, the cost of experimentation is high: setting up the project, writing scaffolding code, waiting on builds, and rolling back changes. As a result, many developers skip the experiment phase entirely, which leads to brittle assumptions, broken behavior, or inefficient code. The playground changes this dynamic by removing risk from experimentation. It compresses the distance between intention and insight, so you can validate before you invest. It also acts as a bridge between development and documentation. The examples you build in the Playground often become the reference points for future code, internal tooling, or user education.
62
+
-**Reduce cost of experimentation:** In traditional workflows, the cost of experimentation is high, as it includes setting up the project, writing scaffolding code, waiting on builds, and rolling back changes. This cost makes many developers to skip the experiment phase entirely, which leads to brittle assumptions, broken behavior, or inefficient code. The playgrounds change this dynamic by removing risk from experimentation, so you can validate before you invest. Playgrounds also act as the bridge between development and documentation. The examples you build in the playgrounds often become the reference points for future code, internal tooling, or user education.
63
+
56
64
-**Iterate faster:** Experiment with text prompts, adjust generation parameters, and explore editing variations — all in real time with model-specific native API support.
65
+
57
66
-**Accelerate integration:** Validate API behavior, test edge cases, and inspect responses directly in an interactive console.
58
-
-**Prompt optimization:** Debug and tune prompts, and build your own prompt variations available in the playground, grounded in model behavior.
59
-
-**Consistent model interface:** Common foundations established. No matter what model or agent, no matter the model provider.
60
-
-**Go to code quicker:** Using the "View Code" multi-lingual code samples for your output, prompts and generation controls within the API structure, what you create within Foundry playgrounds can be easily ported into VS Code - with predictability and repeatability.
61
-
-**Reduce time to ship:** No need to find, build, or configure a custom UI to localhost just for image generation, hope that it will automatically work for the next state-of-the-art model, or spend time resolving cascading build errors due to packages or code changes required for new models. The images playground in Azure AI Foundry gives you version-aware access. Build with the latest and most performant models with API updates surfaced in a consistent UI.
62
-
-**Collaboration & feedback:** Share your visual experiments directly with stakeholders, artists, or PMs without requiring them to install tools.
63
-
-**Human-in-the-loop refinement:** You can explore subtle tweaks with immediate visual feedback before hardcoding or automating anything.
64
67
65
-
Whether you're prototyping with the latest LLM from Foundry Models, validating prompts for edge cases, or optimizing output consistency, Foundry playgrounds removes friction from early experimentation. It's where ideas are pressure-tested before they're shipped into production. Optimize for prompt adherence, latency, and use cases through experimentation; accelerate your "Build-Measure-Learn" development loop; and ship faster with higher confidence.
68
+
-**Optimize prompts:** Debug and tune prompts; build prompt variations available in the playgrounds and grounded in model behavior.
69
+
70
+
-**Provide a consistent model interface:** Common foundations established. No matter what model or agent, no matter the model provider.
71
+
72
+
-**Go to code quicker:** Using the "View Code" multi-lingual code samples for your output, prompts and generation controls within the API structure, what you create within Azure AI Foundry playgrounds can be easily ported into VS Code—with predictability and repeatability.
73
+
74
+
-**Reduce time to ship:** No need to find, build, or configure a custom UI to localhost just for image generation, hope that it automatically works for the next state-of-the-art model, or spend time resolving cascading build errors due to packages or code changes required for new models. The images playground in Azure AI Foundry gives you version-aware access. Build with the latest and most performant models with API updates surfaced in a consistent UI.
75
+
76
+
-**Collaborate and get feedback easily:** Share your visual experiments directly with stakeholders, artists, or product managers, without requiring them to install tools.
77
+
78
+
-**Provides human-in-the-loop refinement:** You can explore subtle tweaks with immediate visual feedback before hardcoding or automating anything.
79
+
80
+
Whether you're prototyping with the latest LLM from Azure AI Foundry Models, validating prompts for edge cases, or optimizing output consistency, Azure AI Foundry playgrounds remove friction from early experimentation. It's where ideas are pressure-tested before they're shipped into production. Optimize for prompt adherence, latency, and use cases through experimentation; accelerate your "Build-Measure-Learn" development loop; and ship faster with higher confidence.
66
81
67
-
Let's look through the various capabilities available.
68
82
69
-
## Open in VS Code
83
+
## Open in VS Code capability
70
84
71
85
The **Chat playground** and **Agents playground** allow you to work in VS Code, by using the **Open in VS Code** button that's available through the Azure AI Foundry extension in VS Code.
72
86
73
87
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 an `/azure` environment. This functionality makes it easy to work in the VS Code IDE from the Azure AI Foundry portal.
74
88
75
89
Follow these steps to use the "Open in VS Code" functionality from the chat and agents playgrounds:
76
90
77
-
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.
91
+
1. Select **Try the Chat playground** to open it. Alternatively, you could follow these steps in the Agents playground by selecting **Let's go**on the Agents playground card.
78
92
1. If you don't have a deployment already, select **Create new deployment** and deploy a model such as `gpt-4o-mini`.
79
93
1. Ensure that your deployment is selected in the Deployment box.
80
94
1. Select **View code** to see the code sample.
@@ -93,7 +107,7 @@ Follow these steps to use the "Open in VS Code" functionality from the chat and
93
107
94
108
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).
95
109
96
-
:::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":::
110
+
:::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":::
0 commit comments