Foundry orientation
Project access, model deployment, first Python call.
Lab pageAI-901 hands-on
Five labs that take you from opening a Foundry project to shipping a grounded, safety-aware assistant. Each lab produces something you can reuse in the hackathon or in second semester project work.
Open the assigned Foundry project, verify role access, and confirm the parent resource scope.
Call the deployed gpt-4o-mini or assigned model from Python and from REST, and observe the token cost.
Build a small assistant with clear instructions, a narrow task, and a demo scenario.
Upload a small document set, retrieve relevant passages, and produce grounded answers with source references.
Apply content safety, monitor token usage, and review the audit trail.
Project access, model deployment, first Python call.
Lab pageSystem prompts, test cases, hallucination checks, token budget.
Lab pageInstructions, tools, demo flow.
Lab pageSmall RAG, responsible AI review, team prototype sprint.
Lab pageLabs build on each other — the project setup unlocks the model call, the model call unlocks the single agent, and so on.
Each lab tells you what to save — code, screenshots, or a transcript. These become your hackathon evidence and your second semester portfolio.
All code in the labs maps to halla-ai/hackathon-sample-2026. Clone it once and edit.
Each lab states an expected Azure cost. If your usage exceeds the lab estimate by 3x, stop and ask a tutor.