Foundry Tools (formerly Azure AI Services, formerly Cognitive Services) are the off-the-shelf services for common AI tasks. You don’t need a data science team to use them. You make API calls and you get results. Here’s a rundown of the main ones.
Azure AI Vision
Image analysis, object detection, OCR, spatial analysis, and face detection.
What you might use it for: automatically tagging product photos, reading text from scanned receipts, or counting people in a retail space.
Azure AI Document Intelligence
Extracts structured data from documents like invoices, receipts, contracts, and forms. Comes with prebuilt models for common document types and the ability to train custom models for your own formats.
What you might use it for: automating accounts payable by pulling line items out of supplier invoices.
Azure AI Language
Natural language understanding: sentiment analysis, entity recognition, key phrase extraction, summarisation, language detection, and conversational language understanding.
What you might use it for: routing inbound emails to the right team based on their content.
Azure AI Speech
Speech-to-text, text-to-speech, real-time translation, speaker recognition, and custom voice creation. This is what people are talking about when they mention “Azure AI Voice”, as it’s a versatile tool.
What you might use it for: transcribing meeting recordings, building a voice interface for a mobile app, or creating a multilingual customer service IVR for your call centre.
Azure AI Translator
Real-time text translation across more than 100 languages, with custom translation models for industry-specific terminology.
What you might use it for: translating user-generated content on a marketplace, or localising documentation on the fly.
Azure AI Search (and Foundry IQ)
Enterprise search with vector and hybrid retrieval, the foundation for most retrieval-augmented generation (RAG) patterns on Azure. Foundry IQ sits on top of it as the unified retrieval layer for AI agents.
What you might use it for: grounding a chatbot in your company’s policies, contracts, and product docs. This way it can answer from your data rather than making things up.
Azure AI Content Safety
Detects harmful content in text and images (like hate, violence, sexual, self-harm), with prompt shields and groundedness detection for LLM scenarios.
What you might use it for: moderating user-generated content on a community platform, or wrapping safety guardrails around a customer-facing chatbot.
Azure AI Video Indexer
Pulls insights out of video: transcripts, faces, objects, scenes, sentiment, and topics.
What you might use it for: making a large video archive searchable by what’s actually said and shown on screen.
Azure AI Bot Service
The managed runtime for conversational bots. Worth a caveat here: Microsoft archived the Bot Framework SDK in December 2025, and new bot development is being steered toward Foundry Agent Service. The Bot Service itself is still active for existing workloads, but if you’re starting something new, Foundry Agent Service is where the investment is going.
Foundry Agent Service
The current home for building AI agents on Azure. Handles multi-agent orchestration, tool use, memory, and the enterprise controls you’d expect from an Azure service (like identity, networking, evaluations and observability).
Foundry MCP Servers and Tools
Foundry is the enterprise grade platform for consuming and deploying MCP servers. Foundry has a wide range of pre-built MCP servers to ensure tools used by agents are secure as well as functionality to host custom MCP servers and tools.
What you might use it for: To be effective, agents need tools. Using foundry creates a seamless experience for managing agents and their tools.