Azure AI Services

Microsoft's AI stack on Azure spans three layers: Azure OpenAI Service for direct access to OpenAI models, Azure AI Foundry for multi-model generative AI with agents and evaluation, and Azure Machine Learning for classical ML training and MLOps. Task-specific services (Document Intelligence, AI Search, AI Vision, AI Language) round out the platform.


Generative AI

  • Azure OpenAI Service GPT-4o, o1, o3-mini, DALL·E 3, Whisper — with Entra ID auth, content filtering, and On-Your-Data RAG.
  • Azure AI Foundry Multi-model catalog, Agent Service, Prompt Flow, evaluation, and safety in one workspace.

Retrieval & Document AI

  • Azure AI Search Hybrid (BM25 + vector) search with semantic reranking — the default RAG retriever on Azure.
  • AI Vision & Language Image analysis, multimodal embeddings, sentiment, NER, PII redaction, summarization.

Choosing Between Azure AI Services


Azure vs. AWS Equivalents

Azure AWS Equivalent Notes
Azure OpenAI ServiceAmazon BedrockAzure hosts OpenAI; Bedrock hosts Anthropic/Meta/Mistral/Cohere/Amazon (not OpenAI).
Azure AI FoundryBedrock + SageMaker StudioFoundry unifies model catalog + agents + evaluation.
Azure Machine LearningAmazon SageMakerClosest peers — full ML platform.
Azure AI SearchAmazon OpenSearch + KendraAI Search's semantic reranker has no direct AWS equivalent.
AI Document IntelligenceAmazon TextractSimilar features; Document Intelligence emits Markdown natively.
Azure AI VisionAmazon RekognitionFlorence-backed; Rekognition stronger on video/faces.
Azure AI LanguageAmazon ComprehendSimilar NLP primitives; Azure bundles QnA + CLU.