[ ABORT TO HUD ]
SEQ. 1
SEQ. 2
SEQ. 3
SEQ. 4
Navigating the Foundry Portal
Portal Walkthrough
The Foundry portal at ai.azure.com is organized into several key sections:
Main Navigation Areas
| Section | What You'll Find |
|---|---|
| Home | Overview dashboard, recent projects, quick actions |
| Model Catalog | Browse and deploy 1,800+ models from OpenAI, Meta, Mistral, Microsoft, etc. |
| My Assets | Your deployed models, endpoints, fine-tuned models |
| Agents | Create and manage AI agents with tools and data sources |
| Playgrounds | Chat, completions, and image playgrounds for testing |
| Evaluation | Run quality and safety evaluations on your AI outputs |
| Tracing | View OpenTelemetry traces for debugging agent behavior |
| Fine-tuning | Create and manage fine-tuning jobs |
| Content Filters | Configure safety filters for your deployments |
The Playground
The Chat Playground is your primary testing environment. Here you can:
- Select a deployed model and adjust parameters (temperature, top_p, max_tokens)
- Write and test system prompts
- Add your data (Azure AI Search index) for RAG
- Test tool/function calling
- Export your configuration as code (Python, C#, JavaScript)
🎯 Pro Tip: Use the "View Code" button in the Playground to export your entire configuration as SDK code. This is the fastest way to go from prototype to production code.
FOUNDRY VERIFICATION
QUERY 1 // 2
What does the 'View Code' button in the Playground do?
Shows the model's source code
Exports your playground configuration as SDK code (Python, C#, JS)
Opens VS Code
Displays API documentation