#azure

Azure Cognitive Services (Now Azure AI Services): A Complete 2025 Guide

Azure Cognitive Services, rebranded as Azure AI Services in 2023, offer 25+ pre-built AI APIs for vision, speech, language, and decision-making. Pricing, real examples, and how they compare to AWS and Google Cloud.

by Emanuele Rossi
Azure Cognitive Services — now Azure AI Services: vision, speech, language and decision APIs on Microsoft Azure

In brief

  • Azure Cognitive Services were rebranded as Azure AI Services in 2023, consolidating 25+ pre-built AI APIs under one platform
  • The five core categories are Vision, Speech, Language, Decision, and Search — each accessible via simple HTTP calls with no ML expertise required
  • Azure AI Services integrate natively with Microsoft 365, Teams, and Power Platform, making them the natural choice for organizations already on the Microsoft stack
  • Pricing is consumption-based; most services offer a generous free tier (e.g., 5,000 transactions/month for Computer Vision)
  • For enterprise document processing, speech transcription, and multilingual translation at scale, Azure AI Services consistently outperform building models from scratch

What Are Azure AI Services (formerly Cognitive Services)?

Microsoft rebranded Azure Cognitive Services as Azure AI Services in 2023, consolidating 25+ pre-built AI APIs into a single portfolio alongside Azure OpenAI Service and Azure Machine Learning. The core offering hasn’t changed: developers can add vision, speech, language, and decision-making features to any application via HTTP calls, with no machine learning knowledge required.

You provide the data. Azure handles model selection, training, and infrastructure. That’s the deal.

The platform has been around longer than most people realize. Microsoft first launched these APIs in 2015 as Project Oxford, targeting academic researchers and startups. By 2018 it had grown into Cognitive Services with enterprise customers using it for document processing and customer service automation. The 2023 rebrand to Azure AI Services reflected two shifts: the addition of Azure OpenAI Service (GPT-4, DALL-E) to the family, and the launch of Azure AI Foundry as a unified development hub that replaces the old per-service portals.

According to Microsoft, Azure AI Services now powers billions of API calls daily across healthcare diagnostics, financial risk analysis, and government citizen services (Microsoft Azure, 2026). The platform abstracts model complexity so development teams can ship AI features without dedicated data scientists.

Several service names changed in the rebrand. The table below maps key legacy names to their current equivalents:

Legacy name (Cognitive Services)Current name (Azure AI Services)
Form RecognizerAzure AI Document Intelligence
Text Analytics + LUIS + QnA MakerAzure AI Language
Computer VisionAzure AI Vision
Cognitive SearchAzure AI Search
Anomaly DetectorAzure AI Anomaly Detector

The 5 Core Categories of Azure AI Services

The platform groups its APIs into five domains. Each maps to a different type of unstructured data. Here’s what’s actually inside each one, including which services were updated or renamed since the original Cognitive Services era.

Vision: Analyzing Images, Documents, and Video

Azure’s video analysis capabilities are widely regarded as the strongest in the cloud market, particularly for enterprise video indexing and scene understanding. This category covers everything from OCR on scanned PDFs to real-time facial verification.

  • Azure AI Vision (formerly Computer Vision): tags, categorizes, and extracts text from images. Handles OCR, object detection, smart cropping, and image captioning via a single endpoint.
  • Custom Vision: lets you train a custom image classifier using your own labeled images. No ML code required. Useful when general-purpose models don’t handle your domain accurately enough.
  • Azure AI Document Intelligence (formerly Form Recognizer): extracts structured data from invoices, contracts, receipts, and ID documents. Pre-built models cover the most common document types; custom models handle non-standard layouts.
  • Face API: detects facial features, verifies identity, and assesses attributes such as estimated age, head position, and whether a mask is present.
  • Azure Video Indexer: automatically indexes video content for full-text search, extracts audio transcripts, identifies named speakers, and detects scenes, objects, and brand logos.

Speech: Converting, Translating, and Identifying Audio

Microsoft claims over 400 neural voices across 140+ languages in its Text-to-Speech service. Batch speech transcription is roughly 64% cheaper than real-time ($0.006/min vs. $0.0167/min), which matters for large-scale audio processing jobs.

  • Speech to Text: real-time or batch transcription across 85+ languages and dialects. Custom models can be tuned for industry-specific vocabulary.
  • Text to Speech: synthesizes natural-sounding speech with custom voice options. Used by brands to create a distinct voice identity in customer-facing applications.
  • Speech Translation: real-time spoken-language translation from 30+ source languages, useful for live multilingual meetings and customer support scenarios.
  • Speaker Recognition: voice biometric verification to confirm or identify a speaker by their vocal characteristics.

Language: Understanding and Processing Text

The 2023 rebrand consolidated three legacy APIs into one. Azure AI Language replaces Text Analytics, LUIS (Language Understanding), and QnA Maker. If you used any of those three, you’re now working with a single, more capable service.

  • Azure AI Language (replaces Text Analytics, LUIS, QnA Maker): handles sentiment analysis, entity recognition, key phrase extraction, custom text classification, and conversational question answering.
  • Translator: neural machine translation across 100+ languages via a single REST call. Volkswagen uses this to process billions of words of automotive documentation annually across 40+ languages.
  • Immersive Reader: accessibility tool that reads text aloud, highlights words, and provides real-time translation. Primarily used in education and document-heavy applications.

Decision: Detecting Anomalies and Moderating Content

Decision services look for patterns and outliers in data to automate responses. They tend to be the least flashy category but can save significant manual effort in compliance and monitoring scenarios.

  • Anomaly Detector: identifies outliers in time-series data. Useful for monitoring system health, detecting unusual transaction volumes, or flagging production line anomalies before they become failures.
  • Azure Content Moderator: classifies potentially harmful text, images, and video with confidence scores and optional human-review queuing. Returns the classification but lets your application decide what action to take.
  • Azure Personalizer (now integrated into Azure AI): recommends content, products, or interface elements based on observed user behavior, using reinforcement learning under the hood.

Two distinct offerings live here. The Bing Search APIs embed web search capabilities directly into applications. Azure AI Search (formerly Azure Cognitive Search) is a full enterprise search platform for querying your own data — separate from the Bing APIs and worth its own deep dive.

Our team put together a video explaining exactly how Azure Cognitive Search works, what it’s used for, and how it fits into an Azure architecture:

Note: this video is in Italian. Enable YouTube auto-translated subtitles for English captions.

We also cover Azure AI Search in detail in a dedicated article. For now, the Bing Search APIs in this category include: Web Search, News Search, Image Search, Video Search, and Entity Search. All return ad-free, location-aware results with structured JSON output.


How Azure AI Services Compare to AWS and Google Cloud

Choosing between Azure, AWS, and Google Cloud for pre-built AI APIs comes down to three factors: your existing infrastructure, the specific capability you need, and your team’s technical depth. Here’s how the three platforms stack up as of 2025.

DimensionAzure AI ServicesAWS AI ServicesGoogle Cloud AI
Services available25+15+~20
Microsoft ecosystemNative integrationRequires connectorsRequires connectors
Vision accuracyStrong (best for video)Easiest to implementHighest raw accuracy
Language understandingMature (Azure AI Language)AWS ComprehendCompetitive
Enterprise document processingAzure AI Document IntelligenceTextractDocument AI
Best fitM365/Azure workloadsPure-AWS stacksDeep learning / research
Free tierYes, most services12-month trialOngoing free limits

Independent analysis of cloud AI platforms in 2025 found Azure AI Services the strongest choice for Microsoft ecosystem environments. AWS is recommended for pure-AWS stacks, and Google Cloud is preferred for teams needing maximum performance on computer vision tasks, where its TPU infrastructure provides a measurable edge (abgerny.io, 2025).

From what we’ve seen deploying AI features for clients running Microsoft 365 and Teams, Azure AI Services cuts integration time considerably. If your data already sits in Azure Storage and your identity management runs through Entra ID, the connectors are already in place. That’s not the case with AWS or Google Cloud, where Microsoft workloads require additional bridging.

If your organization is not on the Microsoft stack, though, the calculus changes. AWS Rekognition is the simplest vision API to implement for AWS-native workloads. Google Cloud Vision offers the best raw accuracy for standard computer vision tasks, backed by Google’s proprietary image processing research.


Azure AI Services Pricing: What to Expect in 2025

Pricing varies by service and is billed on consumption. There’s no base subscription fee. Most services offer a free tier for prototyping, and you move to paid tiers once you exceed monthly limits.

Free tier examples

ServiceFree monthly allocation
Azure AI Vision5,000 transactions
Speech to Text5 audio hours
Azure AI Language5,000 text records
Translator2,000,000 characters
Document Intelligence500 pages

These limits are generous enough to build and test a working integration without spending anything. They reset monthly.

Production pricing (East US region, 2025)

ServiceUnitPrice
Computer Visionper 1,000 transactionsfrom $1.00
Speech to Text (real-time)per minute$0.0167
Speech to Text (batch)per minute$0.006
Translatorper 1M characters$10.00
Document Intelligence (prebuilt)per 1,000 pages$1.50

Prices vary by region. West Europe and East US are typically cheaper; some Asia-Pacific regions run 20-30% higher. For large-scale workloads, Microsoft offers commitment tiers that reduce the per-unit cost in exchange for reserved capacity.

One practical note: don’t estimate costs from API calls alone. Factor in Azure Storage for caching results, network egress, and any compute running in Azure Functions or App Service to pre- or post-process requests. A standalone Cognitive Services integration for a specific workflow (say, invoice extraction from email attachments) can stay well under $500/month. A full enterprise AI stack across multiple services typically runs $5,000-$25,000/month, depending on volume.

Use the Azure Pricing Calculator to model your specific scenario.


Real-World Use Cases

Large organizations have been running Azure Cognitive Services in production for years. A few concrete cases:

  • Uber deployed Azure Face API to verify driver identity at login, protecting riders from account fraud. The system handles varying lighting conditions, angles, and partial face occlusions.
  • Volkswagen uses Azure Translator to convert automotive documentation into 40+ languages, processing billions of words annually in near real time.
  • BBC built a branded voice assistant on Azure Cognitive Services and Azure Bot Service, letting users search its audio archive through natural conversation.
  • Airbus runs Anomaly Detector in containerized deployments to monitor aircraft health and surface issues ahead of maintenance windows.
  • KPMG records and classifies regulatory calls using Cognitive Services, reducing clients’ regulatory compliance costs by up to 80%.

At Dev4Side, we built a mobile app for a luxury goods brand implementing the EU Digital Product Passport. The app uses Azure AI Vision for OCR recognition of engraved jewelry serials on metal surfaces, reaching up to 99% read accuracy. See the full case study: Digital Product Passport App.


Getting Started: Your First Azure AI Services Call

The setup is straightforward. Create an Azure AI Services resource in the Azure portal, copy your endpoint URL and subscription key, and you can make your first API call in a few minutes.

Here’s a minimal Python example for Azure AI Vision image analysis:

from azure.ai.vision.imageanalysis import ImageAnalysisClient
from azure.ai.vision.imageanalysis.models import VisualFeatures
from azure.core.credentials import AzureKeyCredential

client = ImageAnalysisClient(
    endpoint="YOUR_ENDPOINT",
    credential=AzureKeyCredential("YOUR_KEY")
)

result = client.analyze_from_url(
    image_url="https://example.com/photo.jpg",
    visual_features=[VisualFeatures.CAPTION, VisualFeatures.TAGS]
)

print(result.caption.text)  # "a person working at a desk"

The SDK handles authentication, retries, and regional routing automatically. You never interact with model weights or training pipelines. For setup guides in Python, C#, Java, and JavaScript, Microsoft’s official documentation covers each language with working quickstarts.

Worth knowing: Azure AI Foundry (launched 2024) provides a unified interface for testing multiple AI services, managing deployments, and monitoring usage. It replaces the older per-service portals and is the recommended starting point for new projects. For production integrations that need Azure OpenAI Service alongside cognitive APIs, Foundry is the environment to use.

If you want a broader view of where Azure AI Services fit within Microsoft’s overall cloud AI portfolio, see our overview of Azure AI.


FAQ

What happened to Azure Cognitive Services? Microsoft rebranded Azure Cognitive Services to Azure AI Services in 2023 as part of a broader unification of its AI platform. The APIs didn’t change; they’re now grouped under the Azure AI portfolio alongside Azure OpenAI Service and Azure Machine Learning. The original endpoints still work.

Do I need machine learning experience to use Azure AI Services? No. The service provides pre-trained models accessible via REST API or SDK. You send data (an image, audio file, or text string) and receive structured output. Model customization is optional and available through Custom Vision and Custom Speech for domain-specific tuning.

How does Azure AI Services pricing work? Pricing is consumption-based: you pay per API call, per character processed, per audio minute, or per page analyzed, depending on the service. Most services include a free tier for development and testing. Commitment pricing tiers are available for high-volume production workloads.

Is Azure AI Services GDPR-compliant? Yes. Azure AI Services supports data residency selection by region, and Microsoft provides GDPR contractual commitments via a Data Processing Addendum. HIPAA and HITECH BAAs are available for healthcare workloads. Since late 2023, Microsoft does not use customer data to train shared models by default.

Which Azure AI service is best for document processing? Azure AI Document Intelligence (formerly Form Recognizer) is the purpose-built option. It extracts structured data from invoices, contracts, receipts, and custom forms, with pre-built models for common document types and custom model training for non-standard layouts.

Emanuele Rossi

Written by

Emanuele Rossi

Infra & Security · Dev4Side

Dev4Side Software · Microsoft Gold Partner

Need help implementing this in your company?

Our specialist teams have delivered 200+ Microsoft implementations across Italy. Contact us for a free, no-obligation evaluation of your project.