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
- 01Describe the demo
Tell the agent what you want to teach: the service, the scenario, the learner outcome.
- 02Agents draft the template
Copilot agents scaffold Bicep/Terraform, a sample app, an azd config, and a demo-guide.md.
- 03Review & refine
Inspect the diff, ask for changes in natural language, regenerate sections that aren’t right yet.
- 04Deploy with azd
Run azd up locally. If it provisions cleanly, you have a reproducible classroom demo.
- 05Contribute
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.
“Build me a Container Apps demo that shows event-driven scaling triggered by Service Bus queue depth, with a small .NET producer.”
azd template with ACA env, Service Bus namespace + queue, producer container, scale rule, and a 5-step demo guide.
“I need a RAG demo for AI-102: blob storage, AI Search with semantic ranker, and a tiny Python chat app calling Azure OpenAI.”
Storage account, AI Search index + indexer, OpenAI deployment, and a Streamlit chat UI wired end-to-end.
“Serverless API with HTTP trigger, Cosmos DB backend, and managed identity — no keys anywhere.”
Function App on Flex Consumption, Cosmos DB account, role assignments, and a Postman collection for the demo.
BYOD — Azure is in active development. The catalog still ships today; BYOD is the next leap. Watch this space for the public preview.