Study Azure AI-900 Vision Services: key concepts, common traps, and exam decision cues.
Once you identify the visual task, AI-900 may ask you which Azure service family fits it. At fundamentals depth, the main distinction is whether the requirement is broad visual analysis or something specifically face-related.
| Requirement | Strongest first fit | Why |
|---|---|---|
| general image analysis, tagging, object detection, or OCR-style reading | Azure AI Vision | it is the broad visual capability family |
| locate faces in images | Azure AI Face detection service | the requirement is explicitly face-focused |
| analyze information from detected faces | Azure AI Face detection service | the scenario centers on face-specific capability |
Use this rule on AI-900:
If the clue is about receipts, invoices, or forms, remember the broader document-processing boundary from Chapter 1 even though this chapter’s service bullets stay focused on vision and face capabilities.
| Trap | Better rule |
|---|---|
| choosing face detection for a general image-tagging task | face detection is narrower than generic vision |
| choosing generic vision when the stem explicitly focuses on faces | face-focused requirement should stay face-focused |
| treating document extraction as content generation | extraction reads existing content; generation creates new content |