
After this lecture, you will be able to describe the AI-901 exam format, scoring, prerequisites, and who the certification is for.
After this lecture, you will be able to explain the two AI-901 exam domains, their weightings, and the skills measured in each.
After this lecture, you will be able to locate and use official Microsoft resources to prepare for the AI-901 exam.
After this lecture, you will be able to know the current syllabus for the AI-901 exam from the official Microsoft website.
After this lecture, you will be able to estimate a realistic study timeline based on your background and experience level.
After this lecture, you will be able to connect with other AI-901 learners through the course Discord community for support and study groups.
After this lecture, you will be able to explain what artificial intelligence is, how AI applications differ from models, and the major AI workloads covered in the course.
After this lecture, you will be able to create a free Azure account through the Azure portal to support hands-on practice in the course.
After this lecture, you will be able to understand the benefits, free-tier offerings, and sign-up steps for a new Azure account.
After this lecture, you will be able to locate and run the demo code samples used throughout this course from the official GitHub repository.
After this lecture, you will be able to define Responsible AI and describe Microsoft's six guiding principles for building trustworthy AI systems.
After this lecture, you will be able to explain the fairness principle and identify scenarios where AI systems may produce biased outcomes.
After this lecture, you will be able to explain the reliability and safety principle and recognize when human oversight is needed for AI decisions.
After this lecture, you will be able to explain how the privacy and security principle applies to data collection, protection, and retention in AI systems.
After this lecture, you will be able to explain the inclusiveness principle and design considerations that make AI systems accessible to diverse users.
After this lecture, you will be able to explain the transparency principle and when AI systems should disclose their capabilities and limitations to users.
After this lecture, you will be able to explain the accountability principle and the governance practices needed for responsible AI deployment.
After this lecture, you will be able to navigate Microsoft's Responsible AI resources and review the goals defined for each principle.
After this lecture, you will be able to apply keyword clues and a quick-reference map to answer Responsible AI scenario questions on the exam.
After this lecture, you will be able to explain how generative AI and large language models work, including tokens, embeddings, and key capabilities and limitations.
After this lecture, you will be able to describe common generative AI design patterns including prompt engineering, RAG, fine-tuning, and agentic workflows.
After this lecture, you will be able to compare model types in the Foundry catalog and select the right model for a given task.
After this lecture, you will be able to create a Foundry resource and navigate the portal's Discover, Build, and Operate areas.
After this lecture, you will be able to browse and filter models in the Foundry catalog by provider, task type, and fine-tuning support.
After this lecture, you will be able to compare Foundry deployment types and choose the right option based on data residency, traffic patterns, and latency needs.
After this lecture, you will be able to review official documentation on Foundry deployment types and their data processing locations.
After this lecture, you will be able to configure deployment parameters such as temperature, top-p, and rate limits, and identify the correct API endpoints for Foundry services.
After this lecture, you will be able to use a structured approach to match exam scenarios to the correct model, deployment type, and Foundry service.
After this lecture, you will be able to describe the six major AI workloads and compare their inputs, outputs, and example use cases.
After this lecture, you will be able to locate Microsoft Foundry workload documentation and identify the most exam-relevant resources.
After this lecture, you will be able to explain common text analysis techniques including language detection, entity recognition, sentiment analysis, and summarization.
After this lecture, you will be able to locate Azure Language capabilities in the Foundry portal, including detection, redaction, and translation features.
After this lecture, you will be able to explain speech recognition, synthesis, and translation capabilities and how they work at a high level.
After this lecture, you will be able to locate Azure Speech services in the Foundry portal and review configuration options for speech-to-text, text-to-speech, and translation.
After this lecture, you will be able to explain core computer vision capabilities including classification, object detection, OCR, and multimodal analysis.
After this lecture, you will be able to explain how information extraction combines OCR and AI to produce structured data from unstructured sources.
After this lecture, you will be able to locate Content Understanding services in the Foundry portal and review available document extraction capabilities.
After this lecture, you will be able to distinguish generative AI workloads from agentic AI workloads and describe what each produces.
After this lecture, you will be able to navigate Foundry's model catalog, agent templates, and deployment options for generative and agentic AI.
After this lecture, you will be able to match exam scenarios to the correct AI workload and Foundry service using input-type and output-type clues.
After this lecture, you will be able to describe Microsoft Foundry's four pillars, security model, and how it unifies models, agents, tools, and knowledge.
After this lecture, you will be able to deploy a model in Foundry, test it in the playground, and review its endpoint and deployment settings.
After this lecture, you will be able to craft effective prompts using role, task, context, and format components to improve model responses.
After this lecture, you will be able to compare unstructured and engineered prompts in the Foundry playground and observe differences in response quality.
After this lecture, you will be able to identify the Foundry SDK packages, endpoint formats, and authentication patterns for calling models and agents.
After this lecture, you will be able to build a minimal Python chat application that calls a deployed model using the Foundry SDK.
After this lecture, you will be able to explain what AI agents are, their core components, and the difference between building and coding agents in Foundry.
After this lecture, you will be able to create an agent in the Foundry portal, attach a knowledge base, and test it in the agent playground.
After this lecture, you will be able to build a Python client application that connects to a Foundry agent and handles multi-turn conversation.
After this lecture, you will be able to distinguish model-only tasks from agentic scenarios and select the correct SDK, endpoint, and auth pattern on the exam.
After this lecture, you will be able to describe NLP capabilities including language detection, summarization, entity recognition, sentiment analysis, and speech processing.
After this lecture, you will be able to compare general-purpose model analysis with Azure Language's deterministic analyzers and explain when to use each approach.
After this lecture, you will be able to use Azure Language tools in the Foundry portal for language detection, PII redaction, and text translation.
After this lecture, you will be able to build a Python application that performs language detection, PII redaction, and sentiment analysis using the Azure Language SDK.
After this lecture, you will be able to describe Azure Speech capabilities including speech-to-text, text-to-speech, speech translation, and Voice Live.
After this lecture, you will be able to use Azure Speech tools in the Foundry portal for transcription, synthesis, and speech translation.
After this lecture, you will be able to build a Python application that transcribes spoken input and synthesizes spoken responses using the Azure Speech SDK.
After this lecture, you will be able to enable and test Voice Live on a Foundry agent for real-time conversational speech interactions.
After this lecture, you will be able to select the correct text or speech service for exam scenarios based on input type and output requirements.
After this lecture, you will be able to describe core computer vision capabilities and explain how generative AI is changing the vision landscape.
After this lecture, you will be able to explain how multimodal models in Foundry analyze images through natural-language prompts.
After this lecture, you will be able to upload images to the Foundry playground and use prompts to analyze visual content with a multimodal model.
After this lecture, you will be able to build a Python application that sends images to a multimodal model via the Foundry SDK for visual analysis.
After this lecture, you will be able to explain how image generation models work and describe generation, editing, and variation capabilities.
After this lecture, you will be able to deploy a GPT-Image model and generate images from text prompts in the Foundry playground.
After this lecture, you will be able to call a GPT-Image deployment from Python using the Foundry SDK and Responses API.
After this lecture, you will be able to explain how Sora video generation works, its capabilities, and the async job pattern for creating videos.
After this lecture, you will be able to deploy a Sora model and generate video clips from text prompts in the Foundry playground.
After this lecture, you will be able to distinguish computer vision analysis from image and video generation and identify the correct models for exam scenarios.
After this lecture, you will be able to explain what information extraction is, its key benefits, and how Content Understanding extends document intelligence.
After this lecture, you will be able to describe how structured data is extracted from different content types and how confidence scores guide processing decisions.
After this lecture, you will be able to explain how Azure Content Understanding works, including its schema-based extraction workflow and key components.
After this lecture, you will be able to use Content Understanding in the Foundry portal to extract text, layout, and fields from documents and audio.
After this lecture, you will be able to distinguish prebuilt Content Understanding analyzers from custom analyzers and identify the correct analyzer for a scenario.
After this lecture, you will be able to build a Python application that extracts structured data from content using Azure Content Understanding.
After this lecture, you will be able to select the correct extraction service and analyzer for exam scenarios based on content type and output requirements.
After this lecture, you will be able to plan your final exam preparation, choose between in-person and online proctoring, and prepare your environment for exam day.
After this lecture, you will be able to identify recommended next certifications and steps to advance your Azure AI career after passing AI-901.
After this lecture, you will be able to explain why foundational Azure knowledge strengthens your AI skills and identify the AZ-900 certification path as a recommended next step after AI-901.
Empower your team for the AI-901 Microsoft Azure AI Fundamentals certification — hands-on exam prep with Microsoft Foundry that replaces AI-900.
The AI-901 exam demands both conceptual depth and practical implementation — a significant step beyond AI-900. This course equips your team with responsible AI principles, Azure AI workload knowledge, and hands-on Foundry experience building generative AI apps, agents, and solutions across text, speech, vision, and document extraction. Team members finish prepared to pass the AI 901 exam and apply certified skills to build, deploy, and govern AI on Azure.
Business Impact:
Enable your team to make informed decisions about AI adoption, model selection, and Azure AI service evaluation.
Equip developers and professionals with the skills to begin implementing AI solutions using Microsoft Foundry.
Improve AI literacy across roles, from implementation to governance and responsible AI practices.
Accelerate your organization's AI transformation with certified, hands-on skills.
Reduce risk through a team that understands responsible AI principles, safety guardrails, and compliance considerations.
Instructor Expertise:
Praveen brings 18+ years of enterprise experience from Honeywell and Bosch, specializing in cloud-native and AI technologies. His credentials include a patent, published research papers, and a track record of training thousands of professionals through 30+ courses and 70+ hands-on labs. Praveen will guide your team through every concept and implementation needed to pass the AI-901 exam (formerly known as AI-900) and build real AI solutions.
Comprehensive Curriculum:
AI fundamentals and responsible AI
AI model components, types, and configuration
AI workloads: text analysis, speech, computer vision, information extraction
Generative AI apps and agents with Microsoft Foundry
Text analysis and speech implementation with Foundry Tools
Computer vision and image generation with Foundry
Information extraction with Azure Content Understanding
AI-901 (formerly AI-900) exam preparation and practice tests
ROI for Your Organization:
Standardize AI knowledge and implementation skills across team members.
Verified skill development through the Microsoft Certified: Azure AI Fundamentals certification.
Equip your team to build production-ready AI solutions using Microsoft Foundry.
Reduce training costs with a comprehensive, exam-aligned course.
Perfect for teams:
Building or evaluating AI-powered applications on Azure.
Needing foundational AI knowledge before tackling advanced AI roles.
Working on digital transformation and AI adoption initiatives.
Requiring AI certification for compliance or role advancement.
By the end of this course:
Your team will understand core AI concepts, responsible AI principles, and the full range of Azure AI workloads.
Your team members will be prepared to pass the AI-901 exam and earn the Microsoft Certified: Azure AI Fundamentals certification.
Your developers will be able to begin implementing AI solutions using Microsoft Foundry — covering generative AI, agents, text, speech, vision, and information extraction.
Enroll now or assign to your team to start the journey toward AI certification and real-world AI implementation on Azure.