Skip to content
Replaces AI-102 New Launch

Generative AI Developer Course: Azure AI-103 Live Training

Microsoft AI-103 plus the official Claude certification, in one live program

  • AI-102 retired on 30 June 2026 and AI-103 took its place. Almost every study resource published before spring 2026 now points at a dead exam, and prep material for the new one is still scarce
  • The exam moved its centre of gravity to agents. Generative AI and agentic solutions is now the largest domain at 30 to 35 percent, and the first two domains alone carry 55 to 65 percent of your score
  • Build the real thing: grounded retrieval on Azure AI Search, agents with memory, tool calling and approval flows, safety gates and evaluators, all in your own subscription
50+ Hrs Live
Next Cohort27 Sept 2026
Duration8 Weeks
TimingSat–Sun, 8:00–11:00 PM IST
FormatLive Online

Built For

Who This Generative AI Developer Course Is For

AI-103 reached general availability in mid 2026, which means prep resources are still thin and early candidates hold a real advantage. Tap any card below to see why it fits you.

Developers who want to build AI products, not demos

Tap to learn more

You move from calling a chat endpoint to shipping grounded retrieval, tool using agents, approval flows and evaluated, safety gated systems. That is the whole distance between a prototype and a product.

AI-102 holders whose credential has retired

Tap to learn more

AI-102 was about calling cognitive APIs. AI-103 is about systems that reason and act, with memory, tools and coordination. It is a different mental model, not a renumbering, and this program is the bridge.

Backend and data engineers moving into AI engineering

Tap to learn more

Your systems skills are the hard part and they transfer directly. The generative layer is learnable in eight weekends, and two credentials plus shipped projects reposition your profile quickly.

Professionals who want Microsoft and Anthropic credentials

Tap to learn more

Enterprises run on Azure and are adopting Claude quickly. Being credentialed on both platforms is rare, defensible and exactly what hiring managers screen for in 2026.

60+
Hours of Live Training
2
Certifications Prepped, AI-103 and Claude
5
Exam Domains Covered in Full Weighting
5
AI Systems You Ship
1:1
Dedicated Mentor Support
Lifetime Access to Sessions

Curriculum

Generative AI Developer Course Syllabus, Module by Module

Eight modules taught live across 8 weekends, weighted the way the exam is weighted. Planning and managing a Foundry solution plus the generative and agentic domain carry 55 to 65 percent of your score between them, so roughly two thirds of the hands on time sits in Modules 1 to 5. The remaining domains are treated as consolidation, which is exactly how strong candidates prepare.

1Plan and Manage an Azure AI SolutionModule 1

The first domain is service selection and operational judgement, and it is where scenario questions are decided. Most candidates skip straight to prompting and lose marks here.

  • Choosing between Microsoft Foundry, standalone Azure OpenAI and the discrete Azure AI services
  • Model selection: capability, context window, latency and cost as a single decision
  • Deployment options, quotas, scaling and provisioned throughput
  • Security: managed identity, keyless credentials, private networking and role policies
  • Responsible AI as architecture: filtering categories, severity levels and policy decisions
  • Cost control, token accounting and capacity planning before anything ships
  • Hands on: provision a Foundry project and deploy your first model securely
AI-103 domain 1: plan and manageDeliverable: Service selection decision matrix
2Generative AI Development in FoundryModule 2

The largest domain on the exam starts here. This module is about making a model behave predictably enough that an application can depend on it.

  • Chat completions, system design and prompt patterns that survive production
  • Structured output and JSON schema enforcement for reliable downstream parsing
  • Function calling and tool definitions done properly
  • Streaming responses and the user experience patterns around them
  • Prompt versioning, caching and batching for cost at volume
  • Hands on: a generative feature inside a working application, not a notebook
AI-103 domain 2: generative solutions, 30 to 35 percentDeliverable: Deployed generative feature
3Grounding and RAG on Azure AI SearchModule 3

Retrieval is where most candidates and most real projects fail. We teach the choices that decide quality rather than a single reference pipeline.

  • Azure AI Search: indexes, indexers, skillsets and the knowledge store
  • Embedding model choice and what actually changes when you switch
  • Chunking strategies compared: fixed size, sentence boundary, semantic and parent child
  • Hybrid search, semantic ranker and scoring profiles
  • Citations, freshness and handling content the model must not invent around
  • Measuring retrieval quality with a repeatable evaluation set
  • Hands on: build a chunking comparison and prove which configuration wins
AI-103 domain 2: grounding and RAGDeliverable: Evaluated enterprise RAG assistant
4Agents: Memory, Tools and Multi Agent OrchestrationModule 4

This is the material that separates AI-103 from every exam that came before it, and the reason the credential is worth holding early.

  • Foundry Agent Service: threads, conversation memory and state
  • Tool calling with function tools, OpenAPI tools and code interpreter
  • Knowledge integration: choosing memory, tool and knowledge services per scenario
  • Multi agent orchestration and handoff patterns between specialised agents
  • Approval flows and human in the loop checkpoints for consequential actions
  • Model Context Protocol and how agents reach external systems safely
  • Hands on: an agent that completes a real multi step workflow end to end
AI-103 domain 2: agentic solutionsDeliverable: Tool using agent with approval flow
Milestone 1MICROSOFT

Halfway point: a grounded, tool using agent is live in your subscription

5Safety, Evaluation and ObservabilityModule 5

An agent that acts without guardrails is a liability. The exam tests this domain directly and so does every enterprise procurement review.

  • Content safety filters, categories and severity thresholds
  • Prompt shields and jailbreak resistance
  • Evaluators for groundedness, relevance, coherence, fluency and safety
  • Trace logging and end to end observability across an agent run
  • Red teaming your own system before somebody else does
  • Hands on: an evaluation and safety harness wired into the agent from Module 4
AI-103 domain 2: evaluate and secureDeliverable: Evaluation report with safety gates
6Multimodal: Vision, Speech and TranslationModule 6

Agents are no longer text only. This module covers the modalities the exam expects you to integrate as agent inputs and outputs.

  • Image analysis and multimodal understanding for agent inputs
  • Image and video generation workflows
  • Speech to text and text to speech, real time against batch processing
  • Speech as an agent modality, including custom speech models
  • Translation with Azure Translator and with language model powered flows
  • The Realtime API for low latency two way agents, and when to prefer the Speech SDK
  • Hands on: give your agent a voice and a pair of eyes
AI-103 domains 3 and 4: vision, speech and languageDeliverable: Multimodal agent interface
7Information Extraction and AI-103 Exam SprintModule 7

The final domain plus a full exam rehearsal. Note that the exam may include interactive lab style components, so we practise pacing as well as content.

  • Document Intelligence: prebuilt models, custom extraction and custom classification
  • Content Understanding for clean, grounded representations that feed agents and RAG
  • Multimodal extraction pipelines combining OCR, layout analysis and field extraction
  • End to end skillset chains: OCR, language detection, entity recognition, embedding generation
  • The full AI-103 outline reviewed in blueprint proportion
  • A full length domain scored mock plus score report review and a revision plan
AI-103 domain 5: information extractionDeliverable: AI-103 readiness report
Milestone 2CLAUDE

Redeem your Claude certification badge

8Claude Certification Track and CapstoneModule 8

The Anthropic side of the program. You rebuild your agent on Claude, which is the fastest way to understand where each platform genuinely wins.

  • Claude platform mastery: models, Projects, artifacts and tool use
  • Building with the Claude API and with Claude Code
  • Agentic patterns on Claude, including MCP servers and long running tool use
  • Prompt caching, batching and cost control at production volume
  • Anthropic certification preparation with practice questions and a mock
  • Capstone: one product shipped on Foundry and rebuilt on Claude, with a written comparison and a mock interview
Anthropic TrackDeliverable: Claude certification readiness and cross platform capstone

Portfolio

5 AI systems you actually ship

Each project, drawn as the system you build: the real tools, and the data moving through them. Scroll; they animate.

01

Grounded Enterprise Assistant

Hybrid search with semantic ranking, citations and freshness handling, plus an evaluation set that proves your configuration is the better one.

Swipe →
You shipSearch indexAssistant endpointCitation UIEval set
02

Chunking and Retrieval Benchmark

The same corpus indexed four ways — fixed size, sentence boundary, semantic, parent-child — measured on retrieval quality.

Swipe →
You shipFour indexesEval harnessResults tableRecommendation
03

Tool Using Workflow Agent with Approvals

A Foundry agent with conversation memory, function and OpenAPI tools, and a human-in-the-loop checkpoint before any consequential action.

Swipe →
You shipAgent definitionTool specsMemory configApproval checkpoint
04

Evaluation and Safety Harness

An automated suite scoring groundedness, relevance and safety, with content filters and prompt shields in the request path and full trace logging.

Swipe →
You shipEval suiteFilter configTrace loggingScore report
05

Cross Platform Capstone on Foundry and Claude

One product built twice, on Azure AI Foundry and with the Claude API, instrumented and cost-tracked on both sides, with a comparison you can defend.

Swipe →
You shipFoundry buildClaude buildCost & latency tableComparison write-up

Skills Covered

Foundry Service and Model SelectionDeployment, Quotas and ScalingKeyless Credentials and Managed IdentityPrivate Networking for AI WorkloadsPrompt Engineering for ProductionStructured Output and JSON SchemaFunction and Tool CallingConversation Memory and StateMulti Agent OrchestrationApproval Flows and Human in the LoopModel Context ProtocolEmbedding Model SelectionChunking Strategy DesignHybrid Search and Semantic RankingScoring ProfilesRetrieval EvaluationContent Safety and Prompt ShieldsEvaluators and Trace LoggingRed TeamingVision and Multimodal UnderstandingSpeech and TranslationDocument Intelligence and Content UnderstandingToken Cost and Latency ControlClaude API and Claude Code

Tools & Frameworks Covered

Microsoft FoundryMicrosoft FoundryFoundry Agent ServiceFoundry Agent ServiceAzure AI SearchAzure AI SearchAzure AI Content SafetyAzure AI Content SafetyDocument IntelligenceDocument IntelligenceContent UnderstandingContent UnderstandingAzure AI VisionAzure AI VisionAzure AI SpeechAzure AI SpeechAzure TranslatorAzure TranslatorAzure FunctionsAzure FunctionsAzure Key VaultAzure Key VaultEntra IDEntra IDApplication InsightsApplication InsightsGPT and Foundry ModelsGPT and Foundry ModelsPythonPythonFastAPIFastAPIDockerDockerGitHub ActionsGitHub ActionspgvectorpgvectorRedisRedisClaude APIClaude APIClaude CodeClaude CodeMCPMCP

Certification & Partnerships

Dual certification prep, Microsoft and Anthropic

Modules 1 to 7 follow the five published AI-103 domains in their real exam weighting, and Module 8 prepares you for the official Claude certification. Every module is delivered live by trainers authorized by the partners below.

Authorized Training & Technology Partners

Claude Anthropic Microsoft OpenAI Google Cloud AWS NVIDIA CompTIA Atlassian
Anthropic

Claude Certified Architect – Foundations (CCA-F)

Anthropic's official, proctored credential at the architecture level. It validates your ability to design and ship production ready Claude applications, covering agentic architecture, MCP integration, Claude Code workflows and context reliability.

Agentic Architecture MCP Integration Claude Code Structured Output
Microsoft

AI-103, Azure AI Apps & Agents Developer Associate

Validates your ability to plan, build and deploy generative AI and agentic solutions on Azure using Microsoft Foundry, including grounding, tool integration and responsible AI practices.

Azure AI Foundry Agentic Solutions Grounding & RAG Responsible AI

Certification exams are administered independently by Anthropic and Microsoft and are not included in program tuition.

Program Creators

Your Generative AI Developer Course Instructors

Six trainers authorized by industry partners run this program live. Hover any card for their full background.

Johan

Johan

Certified Trainer

D365 Customer Service Lead, Power Platform School Founder

4.8/5

More about Johan

D365 Customer Service Lead – Europe at Avanade, and founder of the Power Platform School. A Microsoft Business Applications MVP and Microsoft Certified Trainer based in London, specializing in Dynamics 365 Customer Service and Power Platform.

Akim Nyamande

Akim Nyamande

Certified Trainer

Microsoft, CompTIA, Juniper and Cisco Certified Trainer.

4.8/5

More about Akim

IT training facilitator with over five years of experience and certifications across Microsoft, CompTIA, Juniper, and Cisco. Previously a Network Administrator before moving into technical training, now delivering hands-on courses in networking, systems administration, and cybersecurity fundamentals.

Ali El Khatib

Ali El Khatib

Certified Trainer

Cisco Certified Systems Instructor (CCSI), Microsoft Certified Trainer

4.8/5

More about Ali

Infrastructure Engineer at RHUH with 13 years in the training field, holding CCSI, MCSE, CCNP Routing and Switching, CCNP Security, CompTIA and Microsoft Azure certifications.

Arshad Ahmad

Arshad Ahmad

Certified Trainer

Microsoft Certified Trainer (MCT), Cybersecurity & Power Platform Expert

4.7/5

More about Arshad

Technology Trainer with 15 years in strategic client delivery, holding MCT, Azure Solutions Architect Expert, Cybersecurity Architect Expert and Power BI Data Analyst credentials, with 200+ trainings delivered.

Florian Garcia Compte

Florian Garcia Compte

Certified Trainer

Cisco Certified Systems Instructor (CCSI)

4.8/5

More about Florian

Partner Director at AVAANZA FORMACION, a Cisco Learning Partner based in Madrid. Certified Cisco Systems Instructor (CCSI No. 21053) specializing in Cisco Data Center (ACI/SDN), Nexus, and Wireless, delivering official Cisco certification courses including CCNA, CCNP Enterprise, and CCNP Data Center.

Shantanu Pandey

Shantanu Pandey

Certified Trainer

Microsoft, Google, NVIDIA and HPE Certified Trainer

4.8/5

More about Shantanu

Director of Engineering at Meteoros Automation, ranked in Microsoft's Top 100 Trainers of 2025, holding MCT, Google Cloud, NVIDIA and PeopleCert credentials, with 500+ trainings delivered since 2011.

Deep

Deep

Certified Trainer

Anthropic Authorized Instructor and AI Cloud Specialist

4.8/5

More about Deep

Seasoned technology leader with over 20 years of experience across AI, cloud computing, and enterprise training. Known for simplifying complex ideas and delivering practical, real world learning.

Sid

Sid

Certified Trainer

Anthropic Authorized Instructor and Azure Data Engineer

4.8/5

More about Sid

Dynamic corporate trainer and consultant with more than 10 years of experience across Microsoft Fabric, Azure Data Engineering, and modern cloud platforms. Focused on clear, practical learning that sticks.

Sravia

Sravia

Certified Trainer

NVIDIA Authorized Instructor and AI Data Specialist

4.7/5

More about Sravia

Passionate AI and data evangelist with over 10 years of experience across machine learning, MLOps, and cloud native technologies. Dedicated to delivering impactful, engaging enterprise training programs.

Vikas Mittal

Vikas Mittal

Certified Trainer

Google and Anthropic Authorized AI Instructor

5.0/5

More about Vikas

Veteran technology trainer with more than 25 years of rich industry experience spanning Google, Microsoft, and emerging AI platforms. An exceptional mentor recognized for proven teaching excellence.

Bipeen

Bipeen

Certified Trainer

AWS, Microsoft, and Anthropic Certified Trainer

4.8/5

More about Bipeen

AI, machine learning, and cloud transformation expert with more than 25 years of experience. A renowned global corporate trainer and conference speaker known for practical, outcome driven sessions.

Student Voices

Generative AI Developer Course Reviews From Our Learners

Coordinates HR operations and talent strategy across territorial branches at UMANA SPA in Veneto, Italy, with over eight years of experience in organizational development.

Eric Mandviwala

Eric Mandviwala

HR Operations & Talent Strategy, UMANA SPA

Works as a Senior Spatial Data Analyst at HERE Technologies, specializing in GIS, Python, SQL, and FME, with a track record of building automation processes for large-scale mapping data.

Siriporn Ariyadilak

Siriporn Ariyadilak

Senior Spatial Data Analyst, HERE Technologies

Works as a Senior Software Engineer at HERE Technologies, with nearly three years of QA experience testing e-learning web apps across functional, UI, accessibility, and API testing.

Nihar Gawde

Nihar Gawde

Senior Software Engineer, HERE Technologies

Your Certificate

This is what lands in your inbox on day one of the job hunt

A verifiable, portfolio-ready certificate that signals real, project-tested skill, not just seat time.

  • Your name, program and completion date, ready to add to LinkedIn
  • Backed by 60+ hours of active learning and real projects you shipped
  • Independent of, and in addition to, your Claude CCA-F and AI-103 credentials
Enroll & Earn Yours
Sample Certificate Sample 360DT program completion certificate

Fees & Batch

Generative AI Developer Course Fees and Next Batch Dates

Live Online · Weekend Batch · 20% OFF

Generative AI Developer Program (AI-103 + CCFA)

Start Date27 Sept 2026
Duration8 Weeks
TimingSat–Sun, 8:00–11:00 PM IST
SeatsLimited per batch
₹31,249₹24,999

EMI options available · Corporate/team batches, contact us

Enroll Now

Put it in perspective: most AI-102 era courses still on sale cost the same or more and prepare you for an exam that no longer exists. This is 60 plus hours of live mentor led class time built on the current AI-103 outline, five shipped systems in your own subscription, a full length domain scored mock, and an Anthropic Claude certification track that nobody else bundles.

Bundle & save with add-on courses

Stack these onto your enrollment, built to round out the same skill set employers screen for. Tap any course to add it.

Cloud & Deployment

Docker & Kubernetes Basics+₹5,000

AI-Specific Add-Ons

Prompt Engineering MasterclassBestseller+₹5,000

Career & Soft Skills

Resume & LinkedIn Optimization for AI RolesBestseller+₹5,000
Mock Interview / Technical Interview PrepHot+₹5,000
Portfolio Building Workshop+₹5,000
0 add-ons selected

Add-ons are added to your enrollment automatically when you click Enroll Now below.

Where This Takes You

Jobs and Career Paths After This Generative AI Developer Course

Agent engineering went from a research curiosity to a line item on enterprise roadmaps in under two years. The credential proving it is barely months old, which is precisely why holding it now matters.

1

AI Engineer, Apps and Agents 🔥 Largest Exam Domain

The role AI-103 is built around and the one Azure shops are hiring hardest for.

Design and ship grounded, tool using AI systems with memory, approvals, evaluation and safety controls in the request path.

2

Agent Engineer ⚡ Newest Title

Specialises in orchestration, tool design and the reliability of autonomous workflows.

Own multi agent handoffs, MCP integrations, approval checkpoints and the evaluation loop that keeps behaviour predictable.

3

RAG and Search Engineer

The quiet specialism that decides whether an AI product feels smart or useless.

Own chunking, embeddings, hybrid retrieval, ranking and the evaluation sets that prove quality rather than assert it.

4

Forward Deployed Engineer

Client facing, and among the highest paid roles in AI right now.

Take these skills into customer environments and own delivery end to end, which is the ground our Forward Deployed Engineer program covers in depth.

5

Next credentials: AI-200 and AI-300

The rest of the 2026 Microsoft AI ladder.

AI-200 covers the broader cloud developer surface and AI-300 covers operating what you build. AI-103 is the agent depth both of them assume.

Next Generative AI Developer cohort starts 27 Sept 2026

Live, online, Saturday–Sunday · Limited seats · Certify on the new exam while prep resources are still scarce.

Reserve Your Seat

FAQ

Generative AI Developer Course FAQs

What exactly is AI-103 and how does it differ from AI-102?

AI-103, Developing AI Apps and Agents on Azure, leads to the Microsoft Certified: Azure AI Apps and Agents Developer Associate credential. AI-102 retired on 30 June 2026. Where AI-102 tested calling cognitive APIs, AI-103 tests building systems that reason and act: agents with memory, tool use and coordination, built on Microsoft Foundry. It is a different mental model rather than a renumbered exam.

How is the exam weighted?

Five domains, with generative AI and agentic solutions the largest at 30 to 35 percent. The first two domains together carry 55 to 65 percent of your score, so our schedule puts roughly two thirds of the hands on time there and treats the remaining domains as consolidation.

How does AI-103 compare with AI-200?

AI-103 goes deep on building AI apps and agents. AI-200 is broader and more back end, covering containers, data and vector stores, messaging and operations across the whole solution lifecycle. Choose AI-103 for agent depth and AI-200 for platform range. We run both programs and will help you pick.

Do I need to know Python or Azure already?

Basic programming familiarity in any language is enough. Module 1 covers Azure setup, security and service selection from the beginning, and we teach the Python patterns you need as we build.

What is the Claude certification track?

A dedicated module preparing you for the official Anthropic Claude certification, covering the platform, the Claude API, Claude Code and agentic patterns including MCP, with practice questions and a cross platform capstone. Exam registration is done with Anthropic separately, as are Microsoft exam vouchers.

What if I miss a class?

Every session is recorded and you keep lifetime access, plus the option to re attend any future batch at no extra cost.

Ready to enrol in Generative AI Developer Course: Azure AI-103 + Claude CCAR-F? Dates, seats and fees are on the enrolment page — enrolment is open now.
View dates & enrol