Free to learn · beginner friendly
Build a real
AI agent
on Azure
Start from nothing. Learn what an AI model actually does, write the agent yourself in about 50 lines, then put it on Microsoft Azure.
What you are building
An agent is a loop. It asks the model what to do, does that one thing, tells the model what happened, and goes round again until there is nothing left to do.
How the course goes
Four stages, in order. You can start anywhere, but each stage explains the one after it.
Stage 01
See what an AI model really does
It guesses the next few letters, over and over. That is the whole trick. Once you see it, nothing later feels like magic.
8 short lessons · no code needed
Stage 02
Build the agent yourself
About 50 lines of Python, typed by you, running in this tab. It asks a model a question, uses a tool, and answers.
5 modules · you write every line
Stage 03
Move it onto Azure
The same agent, now on Microsoft's cloud. Logins, costs, search, and the errors that catch everyone out.
13 modules · Azure AI Foundry
Stage 04
Ship a real one
A help desk agent that looks things up, raises a ticket, and can be safely handed to other people.
Capstone project
Fair questions
- Do I need to know how to code?
- No. Level 0 teaches you the small amount of Python you need, in the browser, one idea at a time. If you can follow a recipe you can follow this.
- Do I need an Azure account?
- No. Every lesson runs on recorded answers, so nothing costs money and nothing can break. When you do want your own account, the course shows you how.
- What is an AI agent, in one sentence?
- A program that asks an AI model what to do next, does it, tells the model what happened, and repeats until the job is done.
- How long does it take?
- About 22 hours of hands-on work. Each lesson is 15 to 90 minutes and your progress is saved in this browser.