Skip to content
Trainer Demo Deploy
BYOD — Bring Your Own Demo

Agentic demo builder
for Azure

Describe the Azure demo you wish existed. GitHub Copilot agents draft the infrastructure, the app, and the demo guide — you review, deploy, and teach.

How it works

  1. 01
    Describe the demo

    Tell the agent what you want to teach: the service, the scenario, the learner outcome.

  2. 02
    Agents draft the template

    Copilot agents scaffold Bicep/Terraform, a sample app, an azd config, and a demo-guide.md.

  3. 03
    Review & refine

    Inspect the diff, ask for changes in natural language, regenerate sections that aren’t right yet.

  4. 04
    Deploy with azd

    Run azd up locally. If it provisions cleanly, you have a reproducible classroom demo.

  5. 05
    Contribute

    Open a PR back to the catalog so other trainers benefit from your work.

Example prompts

These are the kinds of asks the agentic builder is designed to handle.

Container Apps + Service Bus
Prompt
“Build me a Container Apps demo that shows event-driven scaling triggered by Service Bus queue depth, with a small .NET producer.”
What you get

azd template with ACA env, Service Bus namespace + queue, producer container, scale rule, and a 5-step demo guide.

AI Search RAG starter
Prompt
“I need a RAG demo for AI-102: blob storage, AI Search with semantic ranker, and a tiny Python chat app calling Azure OpenAI.”
What you get

Storage account, AI Search index + indexer, OpenAI deployment, and a Streamlit chat UI wired end-to-end.

Functions + Cosmos DB
Prompt
“Serverless API with HTTP trigger, Cosmos DB backend, and managed identity — no keys anywhere.”
What you get

Function App on Flex Consumption, Cosmos DB account, role assignments, and a Postman collection for the demo.

Status: early access

BYOD — Azure is in active development. The catalog still ships today; BYOD is the next leap. Watch this space for the public preview.