Hands-on portfolio · Microsoft Foundry

AI Projects for Cloud Solution Architects

A curated portfolio of 12 AI project ideas — each with a complete step-by-step build guide — plus a production-hardening guide. Build them to sharpen your AI skills, show customers what’s possible, and kick-start co-build POCs. Working demos on your laptop, not slides.

The portfolio

Ordered roughly by difficulty. Start at the top — the best demo is the one you’ve actually built, broken, and fixed.

Demo asset · ★★☆☆☆ · 1–2 days

01. Ask My Docs — RAG Starter Kit

Every customer asks "can AI search our documents?" This is your answer — grounded, cited RAG over your PDFs in an afternoon using Foundry File Search.

Uses: Foundry prompt agent, File Search, GPT-4.1-mini, Blob Storage

Build it →
Demo asset · ★★☆☆☆ · 2–3 days

02. Meeting Minutes Agent

Audio in, structured notes out. Transcribe a meeting with Foundry audio models, then turn the transcript into decisions and action items people actually want.

Uses: Foundry audio models, prompt agent, GPT-4.1-mini

Build it →
Co-build · ★★☆☆☆ · ~1 week

03. Customer Email Triage Agent

Classify, route, and draft replies to inbound email with function calling and multi-model routing — a strong cross-industry co-build template.

Uses: Function calling, multi-model routing, GPT-4.1-mini

Build it →
Co-build · ★★☆☆☆ · ~1 week

04. Internal Policy Chatbot

Managed RAG with Foundry IQ — skip the pipeline, bring your docs. The first co-build template you can adapt to almost any customer.

Uses: Foundry IQ (managed RAG), prompt agent

Build it →
Co-build · ★★★☆☆ · ~2 weeks

05. Contract Clause Analyzer

Long-context reasoning over entire contracts — extract clauses, flag risks, and compare against a playbook using GPT-5.4's 1M-token window.

Uses: GPT-5.4 long context, structured output

Build it →
Demo asset · ★★★☆☆ · ~2 weeks

06. Multi-Agent Incident Responder

The project where multi-agent orchestration clicks: specialised agents triage, investigate, and remediate an incident together.

Uses: Workflow agents, multi-agent orchestration

Build it →
Co-build · ★★★☆☆ · 2–3 weeks

07. Data Pipeline QA Agent

An event-driven agent that watches data pipelines, reasons about failures, and files quality issues with function calling.

Uses: Function calling, event-driven agents

Build it →
Demo asset · ★★★☆☆ · 2–3 weeks

08. Voice-Enabled Field Assistant

Low-latency speech-in / speech-out assistant for hands-busy field workers, grounded in your equipment docs.

Uses: GPT-4o Realtime, Azure AI Search, custom embeddings

Build it →
Co-build · ★★★★☆ · 3–4 weeks

09. Competitive Intelligence Dashboard

Web-grounded research agents that monitor competitors and surface insights on a live dashboard.

Uses: Web grounding, custom embeddings, agents

Build it →
Co-build · ★★★★☆ · 4–6 weeks

10. Agentic Workflow for Approvals

Enterprise workflow automation with human-in-the-loop approval gates, driven by a workflow agent and Foundry IQ.

Uses: Workflow agents, human-in-the-loop, Foundry IQ

Build it →
Demo asset · ★★★★☆ · 4–6 weeks

11. Computer-Use Process Automator

Bleeding-edge, high-wow-factor: a hosted agent that drives a UI to automate a real process end to end.

Uses: Hosted agent, computer-use tooling

Build it →
Co-build · ★★★★★ · 6–8 weeks

12. Multi-Modal Quality Inspector

A deep industry play: inspect images against a spec with multimodal reasoning and image-vector search.

Uses: Hosted agent, GPT-5.4 vision, image embeddings

Build it →
Production-hardening · ★★★★★ · varies

13. Foundry Cross-Region Failover

Make any project in the portfolio survive a region outage in production — the architecture guide that applies across the whole set.

Uses: Multi-region Foundry, Front Door, health probes

Build it →

Suggested build order

A difficulty-ordered path. The pace is yours.

Phase 1

Foundations

Get your hands dirty: Ask My Docs, Meeting Minutes, Policy Chatbot, Email Triage, and the Multi-Agent Incident Responder. Leaves you with 4–5 demos and the ability to spin up a POC in a week.

Phase 2

Co-build with customers

Pick 2–3 based on who you’re working with: Contract Clause Analyzer, Data Pipeline QA, Voice Field Assistant, or Competitive Intelligence. Each teaches a different skill.

Phase 3

The hard stuff

Agentic Approvals, Computer-Use Automator, Multi-Modal Inspector, and Cross-Region Failover. These make you the person teammates call.

Patterns you’ll keep using

The same building blocks recur across the portfolio.

PatternWhat it meansWhere you’ll see it
Single prompt agentOne agent, one job — Q&A, classification, summarization1, 2, 4
Agent + function callingThe agent reads from or writes to external systems3, 5, 7
Workflow agentMulti-step process with branching or human approval gates6, 10
Hosted agentFull code-level control over the orchestration loop11, 12
Foundry IQManaged RAG — skip the pipeline, bring your docs4, 10
AI Search + custom embeddingsControl over chunking, hybrid search, or image vectors1, 8, 9, 12
Multi-model routingCheap model for easy work, expensive model for hard work3