3.3.2. Azure AI Services Portfolio
💡 First Principle: Azure AI Services are pre-built, developer-ready AI capabilities that can be embedded in custom applications. They're building blocks—vision, speech, language, decision—that developers use to add AI features without training models from scratch.
The Azure AI Services portfolio includes:
| Service | Capability | Example Use Case |
|---|---|---|
| Azure AI Vision | Image and video analysis | Product recognition, visual inspection |
| Azure AI Search | Intelligent search with semantic ranking | Enterprise search, knowledge mining |
| Azure AI Speech | Speech-to-text, text-to-speech | Transcription, voice assistants |
| Azure AI Language | Text analytics, translation | Sentiment analysis, content classification |
| Azure AI Document Intelligence | Extract data from documents | Invoice processing, form automation |
These services are consumption-based (pay per use) and designed for developers building custom solutions. They're not productivity tools for end users—they're components for building applications.
When to recommend Azure AI Services:
| Scenario | Recommendation |
|---|---|
| End users want AI-assisted productivity | M365 Copilot, not AI Services |
| Developers building custom app with vision | Azure AI Vision |
| Custom application needs document processing | Azure AI Document Intelligence |
| Enterprise search implementation | Azure AI Search |
⚠️ Exam Trap: Azure AI Services are for developers building applications, not for business users wanting productivity assistance. If the scenario describes end-user productivity, the answer is Copilot products, not Azure AI Services.
Reflection Question: A company wants to automatically extract data from incoming invoices and enter it into their accounting system. Would you recommend Microsoft 365 Copilot or Azure AI Document Intelligence?