9.2 Azure Vision, Azure AI Search, and Microsoft Foundry

Key Takeaways

  • Azure Vision in Foundry Tools processes images and returns visual features such as objects, faces, optical character recognition, and captions for inspection and digital asset management.
  • Image Analysis 4.0 in Azure Vision is deprecated and scheduled to retire on September 25, 2028; Microsoft documents migration paths including Document Intelligence for optical character recognition, Face, Foundry models, and Content Understanding.
  • Azure AI Search is a managed retrieval service for classic indexes and agentic knowledge bases; it underpins Foundry IQ for permission-aware grounding of agents.
  • Microsoft Foundry unifies agents, models, and tools under one Azure resource, with a catalog of more than 10,000 models and Foundry Agent Service for prompt or hosted agents.
  • Foundry Tools is Microsoft's current name for the prebuilt API family formerly labeled Azure AI Services or Cognitive Services; teach the July 22, 2026 blueprint names.
Last updated: September 2026

9.2 Azure Vision, Azure AI Search, and Microsoft Foundry

Quick Answer: Azure Vision in Foundry Tools is for images: inspect, tag, caption, read text, and manage digital assets. Azure AI Search is for retrieval: classic indexes and knowledge bases that ground apps and agents in your content. Microsoft Foundry is the platform: catalog models, host agents, and govern tools under one Azure resource. Teach those July 22, 2026 names even when a Learn page still says Computer Vision or Azure AI Foundry.

Microsoft's AB-731 skills list asks you to identify capabilities of Foundry Tools, including Azure Vision in Foundry Tools, Azure AI Search, and Microsoft Foundry. That is a leader identification job. You do not configure REST clients on this exam. You must still open the current Learn pages, because product names and retirement notes move.

Foundry Tools (Microsoft's current umbrella for the prebuilt API family) include Speech, Translator, Language, Content Understanding, Document Intelligence, Vision, Azure AI Search, Content Safety, Custom Vision, and Immersive Reader. Microsoft lists several retired services you should not start new work on, including Anomaly Detector, Content Moderator, Language Understanding (LUIS), Metrics Advisor, Personalizer, and QnA Maker. This section spends its depth on the three names the blueprint calls out, then shows how the rest of the toolbox supports them.

Azure Vision in Foundry Tools

Microsoft's Vision overview states that Azure Vision gives you algorithms that process images and return information based on the visual features you care about. For a leader, that sentence is the whole product: send an image (or an image URL), get structured facts back, attach those facts to a business process.

CapabilityWhat the leader uses it forNot the same as
Image analysisObjects, tags, captions, adult-content flags, and related visual featuresCopilot describing one screenshot in a chat
Optical character recognition (OCR)Printed or handwritten text on photos, posters, whiteboards, and scanned pagesOpening a PDF in Word and asking Copilot to summarize
FaceDetect, recognize, or blur faces for identification, access, or privacyStoring badge photos in a shared mailbox
Digital asset management (DAM)Group media by logos, objects, colors, and keywords so a library is searchableA SharePoint folder with no AI tagging

Microsoft currently documents image constraints you should not invent around: JPEG, PNG, GIF, or BMP; file size less than 4 megabytes; dimensions greater than 50 × 50 pixels (Read API up to 10,000 × 10,000). Those limits belong in an operations conversation about camera resolution and batch size.

Retirement you must not hide. Microsoft cautions that Image Analysis 4.0 in Azure Vision is deprecated and will retire on September 25, 2028, after which calls fail. Existing customers are supported until that date. Microsoft's migration guidance points leaders to alternatives that match the scenario: Document Intelligence for OCR and Read-style extraction, Face for face scenarios, Azure Content Understanding in Foundry Tools, and generative vision models in Microsoft Foundry. On AB-731, still identify Vision as the named inspection and DAM capability. In a real program, ask engineering which Vision API version is in production and what the 2028 plan is.

Vision plus Search is a common composition. Microsoft's DAM note is explicit: tag images with Vision, then make those tags and captions searchable with Azure AI Search. That is how a retailer finds every photo that shows a competitor logo, or how facilities finds every whiteboard photo that mentions a shutdown date.

Azure AI Search

Microsoft's introduction page describes Azure AI Search as a fully managed, cloud-hosted service that connects your data to AI. It unifies access to enterprise and web content so agents and large language models can use context and produce grounded answers. It is available through the Azure portal, REST APIs, and Azure software development kits (SDKs). It also underpins Foundry IQ, the managed knowledge layer that turns enterprise content into reusable, permission-aware knowledge bases for agents in the Microsoft Foundry portal.

Leaders need two retrieval modes, not a coding lab.

AspectClassic searchAgentic retrieval
CorpusA search index you defineKnowledge sources behind a knowledge base
QueryOne request, ranked documents, no planning loopOptional large language model planning, subqueries, merge
Best forPredictable, low-latency lookup in a known schemaAgents that must roam multiple sources and return citations
Status (current Learn)Generally availableGenerally available, with some capabilities still in preview

What you get when you create a search service, according to Microsoft: two engines (classic and agentic); full-text, vector, hybrid, and multimodal queries; AI enrichment to chunk and vectorize raw content; relevance tuning; Azure scale, security, monitoring, and compliance; integrations with supported data platforms, Azure OpenAI, and Microsoft Foundry.

Security is part of the capability, not an afterthought. Microsoft lists Microsoft Entra ID, Azure Private Link, document-level access control, and role-based access. That is why legal maps a matter corpus here instead of dumping PDFs into a consumer chatbot. Remote SharePoint knowledge sources are documented for user-permission inheritance; other sources may need security filters. Do not promise that every connector inherits every Access Control List (ACL) until engineering confirms the source type.

Pricing models exist (Dedicated and a Serverless preview). Full Foundry Tools subscription mechanics are chapter 13. Here, know Search is a billed Azure service you size by capacity and query pattern, not a Copilot license checkbox.

Microsoft Foundry

Microsoft Foundry unifies agents, models, and tools under a single management grouping, with tracing, monitoring, evaluations, and enterprise setup. Microsoft documents streamlined role-based access control (RBAC), networking, and policies under one Azure resource provider namespace.

CapabilityWhat the leader uses it for
AgentsDeclarative prompt agents in the portal or SDK, or hosted agents that run your team's code in a managed endpoint
ModelsMore than 10,000 models from Microsoft, OpenAI, Anthropic, Meta, and others in the Foundry Models catalog
Tools and knowledgeBuilt-in tools, memory, and retrieval (Foundry Toolbox), including connections to Foundry Tools such as Search and Vision
ObservabilityTrace and evaluate agents and models; monitor with built-in dashboards (some capabilities in preview)
GovernanceEntra identity, RBAC, content filters, network isolation, Azure Policy, and Foundry Control Plane for fleet visibility

Microsoft's evolution table is the naming decoder you need on exam day:

  • Brand: Azure AI Studio / Azure AI Foundry → Microsoft Foundry
  • Brand: Azure AI Services → Foundry Tools
  • Portal: Foundry (classic) hub-based projects still exist; new investment is on Foundry projects in the new portal
  • Resource model: hub plus Azure OpenAI plus Azure AI Services → a Foundry resource with projects

Coming from Azure OpenAI, Microsoft documents an upgrade path to a Foundry resource that preserves endpoint, API keys, and existing state. That is an IT conversation, not a reason to keep saying Azure AI Foundry on AB-731.

How the three work as one program

A claims organization is the clean composition. Vision (or Document Intelligence) extracts what is on the page or photo. Search indexes the extracted text and the original files. Foundry hosts the model and the agent that answers an adjuster, with Content Safety on the prompt and the completion. Copilot may still draft the customer letter in Word after a human accepts the grounded answer. If you reverse that order—start with Copilot Chat and hope it can see the claims archive—you mapped the wrong family.

Official Microsoft pages to reopen

Loading diagram...
Azure Vision, Azure AI Search, and Microsoft Foundry in one claims flow
Illustrative share of leader attention across the three named AB-731 capabilities (teaching split, not Microsoft weights)
Test Your Knowledge

Which statement best describes Azure Vision in Foundry Tools for a digital-asset leader?

A
B
C
D
Test Your Knowledge

Azure AI Search is first-fit when the business need is which of the following?

A
B
C
D
Test Your Knowledge

Microsoft Foundry, as the July 22, 2026 blueprint names it, is best described as which of the following?

A
B
C
D