Azure AI-900 Cheat Sheet

The Azure AI services, machine-learning concepts, and responsible-AI principles worth memorising for AI-900 β€” on one page.

Entry-levelQuick referenceAI-900
⏱️ Reference

Much of AI-900 is matching a scenario to the right Azure AI service and the right concept. Nail these and most questions become recognition, not recall.

In short: This cheat sheet collects the most commonly tested AI-900 essentials: the six responsible-AI principles, core machine-learning concepts (features and labels, regression, classification, clustering), the main Azure AI services for vision, language, and generative AI, and the key generative-AI vocabulary.
πŸ”‘ The six responsible-AI principles

Fairness (treat all groups equitably), reliability and safety (perform consistently and safely), privacy and security (protect data), inclusiveness (work for people of all abilities), transparency (be understandable), and accountability (people are answerable for the system). Memorise all six β€” Microsoft tests them by name and by scenario.

Machine-learning concepts

A model learns from features (the input columns) to predict a label (the answer). You split data into training and validation sets to measure how well it generalises.

The core machine-learning task types.
ML taskPredictsExample
RegressionA numeric valuePredict a house price or tomorrow's temperature
ClassificationA category or classIs this email spam or not spam?
ClusteringGroups in unlabeled dataSegment customers into similar groups

Azure AI services by workload

You need to know which service handles which workload, not how to build it.

Frequently tested Azure AI services.
WorkloadAzure serviceUse it for
Build/train modelsAzure Machine LearningAutomated ML and the designer for building custom models
VisionAzure AI VisionImage analysis, tagging, and optical character recognition (OCR)
Vision (faces)Azure AI FaceDetect and analyse human faces in images
LanguageAzure AI LanguageSentiment analysis, key phrase extraction, entity recognition
TranslationAzure AI TranslatorTranslate text between languages
SpeechAzure AI SpeechSpeech-to-text, text-to-speech, and speech translation
DocumentsAzure AI Document IntelligenceExtract fields and tables from forms and documents
Generative AIAzure OpenAI ServiceAccess large language models for text and code generation
SearchAzure AI SearchAdd AI-powered search and retrieval over your own content
SafetyAzure AI Content SafetyDetect harmful or unsafe content in text and images
πŸ’‘ Generative AI vocabulary

A large language model (LLM) predicts the next token (a chunk of text) given a prompt, producing a completion. Giving the model relevant context so it answers from your data is called grounding. LLMs are built on the transformer architecture. In Azure, generative AI is delivered through the Azure OpenAI Service and Azure AI Foundry.

βœ… Key takeaways
  • Six responsible-AI principles: fairness, reliability and safety, privacy and security, inclusiveness, transparency, accountability.
  • Regression predicts numbers; classification predicts categories; clustering groups unlabeled data.
  • Match the workload to the service: Vision (images/OCR), Language (text), Speech, Document Intelligence (forms), Azure OpenAI (generative AI).
  • Generative AI: LLMs predict tokens from a prompt to produce a completion; grounding adds your own context.

Frequently asked questions

What Azure service is used for generative AI on AI-900?

The Azure OpenAI Service (delivered through Azure AI Foundry) provides access to large language models for text, code, and image generation.

What is the difference between regression and classification?

Regression predicts a numeric value (such as a price), while classification predicts a category or class (such as spam or not spam).

Ready to test yourself under exam-style conditions?
Go hands-on next: explore the AI Architect Academy β†’

Independent study resource. Not affiliated with, authorized, endorsed by, or sponsored by CompTIA, Amazon Web Services, Microsoft, or ISC2. All trademarks are the property of their respective owners and are used here for identification only. All practice questions are original.