AWS and Azure both offer comprehensive AI service portfolios. Teams evaluating or migrating between clouds need a clear service mapping. This article maps AWS AI services to their Azure equivalents across every major category.

Foundation Models and LLM Access

AWSAzureNotes
Amazon BedrockMicrosoft Foundry (Azure OpenAI)Bedrock offers 100+ models from multiple providers, including Amazon (Nova), Anthropic (Claude), DeepSeek, Moonshot AI, MiniMax, and OpenAI. Microsoft Foundry, the platform that absorbed Azure OpenAI Service, gives access to OpenAI’s GPT-5 family plus models from Anthropic, Mistral, xAI, Meta, and others, alongside DALL-E and Whisper.
Bedrock AgentCoreFoundry Agent ServiceBoth provide managed agent runtimes with tool use. AgentCore reached general availability in October 2025. Foundry Agent Service (formerly Azure AI Agent Service) is built on the Responses API and integrates with the Microsoft Foundry ecosystem.
Bedrock Knowledge BasesAzure AI SearchBoth provide managed RAG infrastructure with vector search.
Bedrock GuardrailsAzure AI Content SafetyContent filtering and safety controls for LLM outputs.

Both platforms now offer broad multi-model choice. Bedrock provides access to Amazon Nova, Anthropic, Meta, Mistral, and several other providers from a single API. Microsoft Foundry (the platform that replaced the standalone Azure OpenAI Service after the Ignite 2025 rebrand of Azure AI Foundry) leads with OpenAI models but also hosts Anthropic, Meta, Mistral, and xAI models, so it is no longer a single-vendor catalog. The practical difference is now ecosystem and tooling rather than raw model availability.

Speech and Language

AWSAzureNotes
Amazon TranscribeAzure Speech - STTAzure has broader language coverage (130+ vs 100+). AWS Transcribe Medical has strong healthcare-specific accuracy.
Amazon PollyAzure Speech - TTSAzure has 400+ voices vs Polly’s 60+. Azure’s neural voice quality is consistently high across languages.
Amazon TranslateAzure TranslatorBoth support 70+ languages with neural translation quality. Azure Translator integrates with Office 365 workflows.
Amazon ComprehendAzure Language ServiceSentiment, entity extraction, key phrase extraction. Azure adds opinion mining and healthcare NER via Language service.
Amazon LexAzure Bot ServiceConversational AI for chatbots. Azure Bot Service integrates with Teams.

Vision

AWSAzureNotes
Amazon RekognitionAzure AI VisionLabel detection, face analysis, OCR, content moderation. Azure Vision adds spatial analysis for physical spaces.
Amazon TextractAzure Document IntelligenceStructured document extraction (forms, tables). Azure Document Intelligence has strong pre-built models for specific document types (invoices, receipts, IDs).
Rekognition Custom LabelsAzure Custom VisionTrain vision models on your own labeled images.

ML Platform

AWSAzureNotes
Amazon SageMaker AIAzure Machine LearningFull ML lifecycle platforms. SageMaker has deeper AWS service integration. Azure ML has strong MLflow support. AWS renamed the core service to SageMaker AI (December 2024) and now nests it inside SageMaker Unified Studio (generally available March 2025), which also brings together analytics services such as Amazon EMR, AWS Glue, Amazon Athena, and Amazon Redshift.
SageMaker Ground TruthAzure ML Data LabelingManaged data labeling with human annotators.
SageMaker PipelinesAzure ML PipelinesML workflow orchestration.
Amazon ForecastAzure AI Metrics Advisor (retired)Time-series anomaly detection and forecasting as a managed service. Azure AI Metrics Advisor was retired on 18 May 2026; Microsoft points customers to Azure Monitor, the open-source Anomaly Detector, and anomaly detection in Microsoft Fabric.
Amazon PersonalizeAzure Personalizer (retiring)Recommendation and personalization APIs. Azure Personalizer stopped accepting new resources in September 2023 and is scheduled to retire on 1 October 2026; Microsoft recommends migrating to the open-source learning-loop project.

Decision Factors

Choose AWS when:

  • Your infrastructure is already AWS-native (Lambda, S3, Step Functions)
  • You need multi-vendor model access through one API (Bedrock)
  • Deep integration with S3 event pipelines matters
  • You use AWS IAM for unified access control

Choose Azure when:

  • Your organization uses Microsoft 365, Teams, or Microsoft Entra ID (formerly Azure Active Directory)
  • You want first-party access to OpenAI’s latest models (the GPT-5 family in Microsoft Foundry) with enterprise data privacy agreements
  • Your team already manages Azure infrastructure
  • You need Azure-specific compliance certifications (German government cloud, etc.)

Sources and Further Reading

AWS Official Documentation

Azure Official Documentation