What is Azure AI Foundry?
Azure AI Foundry (formerly Azure AI Studio) is Microsoft's unified platform for building, evaluating, and deploying generative AI solutions. It brings together the best of Azure's AI capabilities into a single, cohesive experience.
Key Capabilities
- Model Catalog — Access 1,600+ foundation models from OpenAI, Meta, Mistral, Microsoft, and more
- Prompt Flow — Visual orchestration tool for building LLM-powered workflows
- Evaluation — Built-in evaluation tools for measuring model quality, safety, and groundedness
- Deployments — One-click deployment with managed endpoints and auto-scaling
Prerequisites
- An Azure subscription (create one free)
- Access to Azure AI Foundry portal at ai.azure.com
Step 1: Create a Hub and Project
A Hub is a top-level resource that provides shared infrastructure. A Project lives inside a hub and is where you do your actual work.
- Navigate to ai.azure.com
- Click + New project
- Select or create a Hub (choose your Azure subscription and resource group)
- Name your project and click Create
Step 2: Explore the Model Catalog
The Model Catalog is your starting point for choosing a foundation model.
- In your project, go to Model catalog in the left nav
- Browse models by provider, task, or license type
- Click on a model to see benchmarks, pricing, and capabilities
- Use Compare to evaluate models side by side
Step 3: Deploy a Model
- Select a model (e.g., GPT-4o)
- Click Deploy
- Choose deployment type: Serverless API (pay-per-token) or Managed Compute
- Configure rate limits and content filters
- Once deployed, copy the endpoint URL and key
Step 4: Use Prompt Flow
Prompt Flow lets you build multi-step AI workflows visually.
- Go to Prompt flow in the left nav
- Click + Create and choose a template or start from scratch
- Add nodes: LLM calls, Python code, embeddings, search, etc.
- Connect nodes to create your orchestration logic
- Test with the built-in chat interface
Step 5: Evaluate Your Solution
- Go to Evaluation in the left nav
- Create a new evaluation run
- Choose built-in metrics: Groundedness, Relevance, Coherence, Fluency
- Upload a test dataset or use AI-generated test data
- Review results and iterate
Resources
- Azure AI Foundry Documentation
- Azure AI Foundry Quickstart
- Microsoft Learn: Azure AI Foundry Training
Video: Watch the official walkthrough on Microsoft Azure YouTube Channel — search for "Azure AI Foundry getting started"


