Alexandra Mendes
Inês Silva

13 July 2026

Min Read

What is Azure AI Foundry? Enterprise AI Transformation Guide

Illustration of a woman with a tablet by Azure AI Foundry text, with circuits and gears showing an AI transformation.

Azure AI Foundry is Microsoft's strongest enterprise governance play, and a poor first purchase. It is the platform that unifies Azure OpenAI Service, Azure AI Search and Azure Machine Learning under one control plane, one identity model, and one place to watch what your agents are actually doing.

Think of it as a control tower. Superb when forty aircraft are circling. Very expensive when you own one plane. Which is why Azure AI Foundry earns its keep at your second and third use case rather than your first. (Microsoft renamed it Microsoft Foundry at Ignite in November 2025. Most contracts and job specs still say Azure AI Foundry, so that is the term we will use here. Same platform.)

Now the part the product pages leave out. Most Azure AI Foundry projects do not fail in the model. They fail in the fortnight after the demo, when someone asks who signs off on what the agent just did, and nobody has an answer. The platform was never the bottleneck. The data lived in three systems with three different permission models, and the business owner who was meant to accept or reject the output had never been named.

blue arrow to the left
Imaginary Cloud logo

What is Azure AI Foundry?

Azure AI Foundry unifies the AI services you were probably already paying for: Azure OpenAI Service, Azure AI Search, Azure Machine Learning, Microsoft Fabric. One control plane. One identity model. One observability layer.

The rebrand to Microsoft Foundry was not cosmetic, and the substance changes what you are buying.

  • Agents became the primary object, not models. The platform is organised around fleets of agents and workflows rather than individual model deployments. An  is exactly what it sounds like: several AI agents running in production at once, under one set of rules, coordinated from the tower rather than each flying blind.
  • Foundry Tools absorbed Azure AI Services (formerly Cognitive Services). Vision, speech, language and document intelligence now sit inside the same stack.
  • Foundry IQ replaced "build your own retrieval pipeline" with a managed knowledge layer connecting to OneLake, SharePoint, S3 and Snowflake.
  • Entra Agent ID gives each agent an identity in your corporate directory. In practice, the agent gets its own staff badge. It can be granted permissions, audited, and switched off, which is what turns "who is accountable for what the agent did" into a question with an answer rather than a philosophical debate.
  • Model choice widened. Anthropic's Claude models now sit alongside OpenAI's in the catalogue. That matters more than it sounds, because model selection is one of the largest cost levers you have.

So what does this actually buy you? Not innovation. It buys the ability to run more than one AI workload without each one becoming its own governance project. That is the entire case for a platform over a point solution, and it only pays off if you intend to build more than one thing.

Related IC reading: Azure Machine Learning deployment and MLOps guide

The Foundry Readiness Model: four things that have to be true

Every engagement we start begins with the same four questions. They are boring questions. They also predict whether an AI transformation programme reaches production better than anything technical does.

An evaluation matrix diagram for "The Foundry Readiness Model" framework by Imaginary Cloud with 4 dimensions.

Score each dimension 0 to 3, where 0 means not true at all and 3 means fully true today.

1. Data reachability

Can the agent reach the data it needs, legally, technically, and cleanly enough to be useful? Not "do we have the data". The real questions are whether it sits in a system with an API, whether its permission model survives an agent reading it on a user's behalf, and whether a human would recognise the answer it produces.

The failure we see: the knowledge base exists, but it is 40% out of date and nobody owns it. The agent then repeats, with total confidence, a policy that was retired in 2023.

2. Decision ownership

Is there a named individual, not a committee and not "the business", who will accept or reject what the agent produces? Someone whose job gets better if it works?

The failure we see: the AI project belongs to the innovation team. The process it automates belongs to operations. Operations was never asked. The pilot works beautifully and is never adopted.

3. Governance surface

Do you know what happens when the agent is wrong? Who is accountable, what the audit trail looks like, where a human is required in the loop?

The failure we see: this gets deferred to "before go-live", and then it blocks go-live for four months. In regulated sectors it is the single most common reason a working prototype never ships.

4. Operational absorption

Will the team receiving the output change how they work? Have they been told? Is anyone's target changing?

The failure we see: the agent drafts the response, and the draft is ignored, because nobody's workload actually shrank. They now review AI output and do the original task. More work. Not less.

Reading your score

ScoreStageWhat to do
0 to 3ExploringDo not build yet. The bottleneck is not the platform. Name a decision owner and fix data ownership first. Typically four to eight weeks of unglamorous work, and cheaper than a failed pilot.
4 to 6PilotingOne thin slice, no platform commitment. Prove the business case on a single workflow before you architect anything.
7 to 9DeployingAzure AI Foundry is justified. Build for production from day one, with governance and evaluation wired in rather than bolted on.
10 to 12FleetYou are ready for several agents under shared governance. This is where the platform economics finally turn in your favour.

More often than not, the enterprises who arrive convinced they are at Deploying score somewhere in Piloting. That is not a criticism. It is the normal state of an organisation that has run AI experiments for eighteen months without a platform decision behind them.

blue arrow to the left
Imaginary Cloud logo

What does Azure AI Foundry cost, and when does it justify the investment?

This is the section most vendor content skips, so let's be direct about it.

The platform is free. The bill is not.

Azure AI Foundry carries no licence fee. Microsoft charges for the underlying services it orchestrates, so your invoice will show Azure OpenAI Service, Azure AI Search, Azure Machine Learning and storage. It will not show a line called "Foundry". This confuses finance teams with impressive reliability.

Where the money actually goes

  1. Model inference, meaning tokens. The largest variable cost, and the most optimisable. Output tokens are consistently priced several times higher than input tokens. GPT-4o lists at roughly $2.50 per million input tokens and $10.00 per million output tokens on Global Standard pay-as-you-go, per the Azure Foundry Models pricing page. Small models cost one to two orders of magnitude less. Routing the simple tasks to a small model and escalating only the hard ones is the highest-return optimisation available to most teams.
  2. Retrieval infrastructure. Any agent that answers from your documents needs Azure AI Search. Production tiers start in the low hundreds of dollars per month before storage.
  3. Data ingestion and index maintenance. Almost never budgeted. Extracting, chunking, enriching and indexing a six-figure document estate is weeks of engineering, and keeping the index current is a pipeline, not a one-off.
  4. Evaluation and monitoring. If you cannot tell whether the agent got better or worse after a model update, you do not have a production system. You have a demo with users attached.
  5. People. The largest line item, and the one that never appears in the Azure pricing calculator.

A worked example, using list prices

Take a claims-triage agent handling 20,000 cases a month. Each case consumes roughly 6,000 input tokens (the case plus the retrieved context) and 800 output tokens.

  • Input: 120M tokens × $2.50/M = $300
  • Output: 16M tokens × $10.00/M = $160
  • Azure AI Search, production tier: around $250 to $500
  • Storage, logging, content safety: around $100 to $200
  • Platform total: roughly $800 to $1,200 a month

Then comes the part that actually decides the business case: the engineering to ingest and maintain the document estate, and the reviewer time to build and maintain the evaluation set. Those are measured in person-weeks rather than dollars per token, and in year one they will typically dwarf the platform bill.

Model your own case against the Azure pricing calculator, and treat every published range, ours included, as an order of magnitude rather than a budget. The variance between two nominally similar deployments is enormous, and it is driven almost entirely by document volume and query patterns.

Build versus buy: the honest test

Use Microsoft Copilot if what you need is AI inside Microsoft 365, Dynamics or GitHub, and you can live with how it behaves out of the box. It is cheaper, it is faster, and it needs no engineering team.

Use Azure AI Foundry when at least two of these are true:

  • The workflow is specific to your business and does not exist in any product.
  • The AI must reach data in your own systems, under your own permission model.
  • A regulator will one day ask you to evidence how a decision was made.
  • You expect to run more than one AI workload and want them governed once rather than four times.

None of those true? Buy Copilot licences and stop reading. We would rather tell you now than after a discovery phase.

What you need internally before you start

  • One engineer who can own an Azure subscription and its identity model. Not a data scientist. A platform engineer.
  • A named business owner per use case, per dimension 2 of the Readiness Model.
  • Someone in legal or compliance engaged before build, not at sign-off.
  • Tolerance for the first version being worse than a human. It will be. The only question worth asking is whether it improves on a schedule you can live with.

Digital Transformation Service banner showing a person with a laptop beside a large smartphone and a server rack.

Security and compliance: what a CISO will actually ask

Governance is the reason enterprises choose Azure AI Foundry over cheaper alternatives. It is also where most prototypes go to die. Four questions decide whether yours ships.

Can the agent see something the user cannot?This is the failure mode that ends projects. An agent that indexes a document estate and answers questions from it can leak content the asking user has no right to see. The fix is that retrieval must respect your existing permissions, so the agent inherits the user's access rather than holding blanket access of its own. Foundry supports this through RBAC (role-based access control: permissions granted to a role such as "claims handler" rather than to individuals, so access follows the job rather than the person) and identity-aware retrieval. It does not do it by accident. You have to design it in.

Who is accountable when it is wrong?Entra Agent ID gives the agent a directory identity, which makes its actions attributable and revocable. Without one, "the AI did it" becomes an audit finding you cannot answer.

Where does the data physically go, and who sees it?Model choice affects data residency. Foundry hosts many models directly, but third-party models reached through the catalogue carry their own terms. If you operate under EU data residency requirements, this is a procurement question rather than a technical one, and it belongs before you pick a model rather than after you have built on it.

What stops the agent doing something harmful?Content filtering, guardrails, and intervention points on prompts, outputs and tool calls. The intervention point that matters most in an enterprise is the tool call: the moment an agent stops answering and starts acting on a system. A human approval step there is usually the difference between a risk committee approving and refusing.

And the risk nobody puts on a slide? Silent degradation. A model version updates, the agent gets quietly worse, and nobody notices for six weeks because there is no evaluation set. Which is precisely why we build one before we build anything else.

How agents actually get built: orchestration and multimodal capability

Two things have shifted enough since 2025 that older guides now mislead.

Agent orchestration. Microsoft folded its two agent frameworks, AutoGen (the multi-agent research project) and Semantic Kernel (the enterprise SDK), into the Microsoft Agent Framework, built by the same teams. It supports two orchestration modes, and choosing between them is a business decision dressed as a technical one.

  • Workflow orchestration. Deterministic, driven by business logic. The steps are fixed. You want this when the process has to be auditable and repeatable, which in a regulated enterprise is most of the time.
  • Agent orchestration. The model decides the path. More capable, less predictable. Save it for open-ended work where you can tolerate the variance.

Microsoft's own documentation carries a line worth reading aloud to any team that is over-reaching: if you can write a function to handle the task, write the function instead of using an agent.

Multimodal capability. Foundry Tools cover text, documents, images, speech and video in one platform. In practice that means a claims agent can read the adjuster's notes, the PDF policy, and the photograph of the crumpled bonnet in a single workflow, rather than across three integrations and a hand-off. For document-heavy industries, this is usually where the real time saving hides. It is also chronically under-explored, because teams anchor on chatbots and stop looking.

blue arrow to the left
Imaginary Cloud logo

How we implement it: Thin Slice to Fleet

Most implementation roadmaps are the same five phases wearing different nouns. Assess, design, pilot, scale, optimise. They are not wrong, exactly. They are just not information. Here is what we do differently.

Stage 1. Ground truth, week one

Before any architecture, we pull 200 real cases from the process in question and sit with the business owner while they label what a correct answer looks like. It is tedious. It is also the most valuable week of the engagement, because it produces an evaluation harness: a fixed set of real cases with known-correct answers, run automatically against the agent every time anything changes, so you can prove the system improved rather than argue about it.

Skip this, and six months later you will be debating whether the agent has got worse. Based on vibes.

Here is the shape of the harness we leave behind. It is deliberately not the sample from Microsoft's docs, which scores a single quality metric and prints a number. Three things differ, and each one comes from a project where the missing check cost us. We gate on three dimensions rather than one. We refuse to let a model judge escalation behaviour, because "should this have gone to a human?" is a question you must be able to defend to a regulator without saying "another model thought so". And it fails the build, rather than logging a warning nobody reads.

# eval_harness.py — IC pattern for Azure AI Foundry agents
# Runs on every model change, prompt change and index rebuild. Blocks the deploy.

import json, sys
from dataclasses import dataclass
from azure.ai.projects import AIProjectClient
from azure.identity import DefaultAzureCredential

# The golden set comes out of ground-truth week: real cases, labelled by the
# business owner who has to live with the output. Each record carries WHO
# labelled it and WHEN, because in 14 months someone will dispute a label,
# and "the business agreed" is not an answer.
GOLDEN_SET = "eval/golden_set.jsonl"     # ~200 cases, versioned in git
BASELINE   = "eval/baseline.json"        # scores from the last shipped build


@dataclass
class Case:
    id: str
    payload: dict
    expected_outcome: str      # the label
    must_escalate: bool        # ground truth: does this REQUIRE a human?
    visible_to: str            # the requesting user's identity


@dataclass
class Result:
    correct: bool
    escalation_ok: bool        # deterministic, not model-judged
    permission_ok: bool        # did it cite anything this user cannot see?


def evaluate(agent, case: Case) -> Result:
    run = agent.run(case.payload, on_behalf_of=case.visible_to)

    # Gate 1. Correctness. Model-judged is acceptable here, with a rubric.
    correct = judge_outcome(run.outcome, case.expected_outcome)

    # Gate 2. Escalation. NOT model-judged. The agent either handed off or it
    # did not. Silent over-confidence on a must-escalate case is the failure
    # that ends projects, and a fuzzy scorer will not catch it.
    escalation_ok = (run.escalated == case.must_escalate)

    # Gate 3. Permission integrity. Every citation the agent returned must be
    # readable by the user who asked. This catches the leak BEFORE a user does.
    permission_ok = all(
        can_read(case.visible_to, source.id) for source in run.citations
    )

    return Result(correct, escalation_ok, permission_ok)


def main() -> int:
    client = AIProjectClient(endpoint=FOUNDRY_ENDPOINT,
                             credential=DefaultAzureCredential())
    agent = client.agents.get(AGENT_ID)

    cases = [Case(**json.loads(line)) for line in open(GOLDEN_SET)]
    results = [evaluate(agent, c) for c in cases]

    scores = {
        "accuracy":   mean(r.correct for r in results),
        "escalation": mean(r.escalation_ok for r in results),
        "permission": mean(r.permission_ok for r in results),
    }
    baseline = json.load(open(BASELINE))

    # Permission is absolute. One leak fails the build. There is no tolerance
    # band here, and every client who argued for one later agreed.
    if scores["permission"] < 1.0:
        fail(f"PERMISSION LEAK on {count_failures(results)} case(s). Blocked.")

    # Accuracy and escalation are graded against the LAST SHIPPED BUILD, not an
    # absolute bar. Absolute bars get negotiated downward. Regressions do not.
    for gate in ("accuracy", "escalation"):
        drift = scores[gate] - baseline[gate]
        if drift < -0.02:                       # 2pp regression tolerance
            fail(f"{gate} regressed {drift:.1%} vs shipped build. Blocked.")

    print(f"PASS {scores} (baseline {baseline})")
    return 0


if __name__ == "__main__":
    sys.exit(main())

Stage 2. A thin slice, not a proof of concept

A PoC proves the technology works. Everybody already knows the technology works. So instead we build one narrow path all the way to production: one workflow, one data source, real users, real permissions, a real audit trail. Deliberately unimpressive in scope. Deliberately complete in depth.

The point is that it surfaces the integration and governance problems in week three, when they are cheap, rather than in month five, when they are not.

Stage 3. Governance wired in, not bolted on

Entra Agent ID, RBAC, content filters and the human-in-the-loop escalation path all get configured during the slice. In regulated clients this is non-negotiable. In unregulated ones, it is what stops the second and third use case each costing as much as the first.

Stage 4. Expansion gated by evaluation

The harness from stage 1 gates every release. No agent expands its scope until it clears the bar on cases it has never seen. This is the difference between a fleet and a mess.

Stage 5. Handover, including the harness

We leave your team owning the evaluation harness and the runbook, not just the code. A partner who has to be re-engaged for every model update has not finished the job.

On time-to-value

For a single well-scoped workflow, the engineering to reach a production thin slice takes weeks. But the honest constraint is almost never engineering. A realistic elapsed timeline looks like this.

PhaseElapsed timeGround truth and evaluation set
Security review and data access approvalAbout 1 week2 to 6 weeks. The real variable.
Build the slice3 to 5 weeksLive with real users, gated on evaluation
2 weeks

That security-review row is where two identical projects diverge by a quarter. So ask any prospective partner what their timeline assumes about your organisation, and be sceptical of anyone who answers before they have looked at your data estate.

blue arrow to the left
Imaginary Cloud logo

Azure AI Foundry vs AWS Bedrock vs Google Vertex AI

The feature comparison matters far less than the vendors would like it to. In practice, the decision was made for you years ago by two things: where your data lives, and where your identity model runs. Let's compare them anyway, because you will be asked to.

FeatureAzure AI FoundryAWS BedrockGoogle Vertex AI
Strongest whenYour organisation runs on Microsoft: Entra, M365, Fabric, DynamicsYour data and workloads already live in AWSYour data engineering already lives in BigQuery
Governance modelDirectory-native (Entra Agent ID, RBAC). The strongest of the three for regulated enterprisesSolid IAM, thinner agent-governance layerStrong ML tooling, governance less agent-centric
Best atAgent fleets under shared governanceModel access and breadthGenuine ML experimentation rather than agent assembly
Watch out forRebrand churn and migration deadlinesEnterprise governance needs more assemblyWeakest fit if your workforce sits on M365

Here is the strategic point rather than the technical one. Choosing the platform your data is not on, because it scored better on a feature grid, is a decision you will pay for in integration work every quarter for the next five years. Integration tax compounds. Feature gaps close.

Which leads somewhere slightly uncomfortable. If you are a Microsoft shop, the platform question is largely answered already, and the real work is the readiness question above. Three months of vendor bake-off is often three months of not having the harder conversation.

blue arrow to the left
Imaginary Cloud logo

Frequently Asked Questions

What is Azure AI Foundry?

Microsoft's unified platform for building, deploying and governing AI applications and agents. It sits above Azure OpenAI Service, Azure AI Search and Azure Machine Learning, and gives them one control plane, one identity model and one place to monitor what your agents are doing.

Is Azure AI Foundry free?

The platform itself carries no licence fee, and you can create a project and explore at no cost. You pay for the services underneath: model inference (tokens), Azure AI Search, storage, compute and monitoring. So it is free to start and not free to run. The costs land on your Azure bill under the individual service names rather than under "Foundry".

How does Azure AI Foundry compare to Azure OpenAI Service?

Azure OpenAI Service is one component. Azure AI Foundry is the platform around it. OpenAI Service gives you model endpoints; Foundry adds the model catalogue (including non-OpenAI models such as Anthropic's Claude), agent tooling, retrieval, evaluation, observability and governance. If all you need is a model endpoint, you do not need Foundry. If you need to run agents in production and evidence what they did, you do.

Should I use Azure AI Foundry or Microsoft Copilot?

Copilot if you want AI inside Microsoft 365, Dynamics or GitHub and can accept how it behaves out of the box, because Copilot is a product. Azure AI Foundry if you need to build something specific to your business, reach your own data under your own permissions, or satisfy a regulator. Foundry is a platform for building products, and you should not buy a platform to solve a problem a product already solves.

Is Azure AI Foundry the same as Microsoft Foundry?

Yes. Microsoft renamed it at Ignite in November 2025, and the January 2026 Product Terms formalised it. Your contracts and internal documentation may say either.

What programming languages does Azure AI Foundry support?

Model endpoints are REST APIs, so any language can call them. For agent development, the Microsoft Agent Framework currently targets Python and C#/.NET, with Microsoft committing to parity between the two at general availability. If your engineering team is mainly Java, Go or TypeScript, the agent tooling is thinner and you should validate that before committing. It is a real constraint, and it is not prominent in the marketing.

We already use Azure Machine Learning. Do we have to migrate?

Your existing inference workloads keep running, so the rename is not a migration event. The deadlines, though, are real. Azure ML SDK v1 support ends on 30 June 2026, and CLI v1 support already ended in September 2025, per Microsoft's own migration guidance. Anything built on azureml-sdk needs a plan now. The Assistants API is also being retired, so confirm the current date against Microsoft Learn before you plan around it.

What are the risks of building on Azure AI Foundry?

Four, in the order they tend to bite. Permission leakage, where an agent surfaces content the asking user should never see. Silent degradation, where the agent quietly gets worse after a model update and no evaluation set catches it. Platform churn, because two rebrands in twelve months and real deprecation deadlines mean documentation and training go stale fast. And cost drift, because token spend scales with usage, and without model routing it scales faster than the value does. All four are manageable. None are managed by default.

How long does an implementation take?

A production thin slice, meaning one workflow with real users and real governance, takes weeks of engineering. Elapsed time is usually longer, and the variable is internal: security review and data access approval routinely take two to six weeks and are the single biggest driver of schedule. Be wary of any timeline quoted before someone has looked at your data estate.

What do we need in place before we start?

A platform engineer who owns the Azure subscription and its identity model, a named business owner per use case, and compliance engaged before build rather than at sign-off. If you cannot name the person who will accept or reject the agent's output, you are not ready. That is a four-week problem, though, not a four-month one.

Is Azure AI Foundry suitable for smaller organisations?

It works. But the economics favour organisations running more than one AI workload, because the platform's value is governing many agents once instead of many times. With a single use case, that advantage does not exist yet.

blue arrow to the left
Imaginary Cloud logo

Final thoughts

Azure AI Foundry's advantage is governance rather than capability, because every major platform can call a good model. What Foundry gives you is a fleet of agents running under one set of rules. Which is why it earns its cost at your second and third use case, not your first.

The bill is not the licence, because there is no licence. It is tokens, retrieval, ingestion and people, and ingestion is the line nobody budgets for. Everything else gets decided before a line of code is written, by four unglamorous conditions: reachable data, a named decision owner, a governance answer, and a team willing to change how they work.

Is the platform the hard part? No, of course not. You are the hard part.

Score yourself against the Foundry Readiness Model. If you land in Exploring, the most useful thing we can do for you is say so out loud. And if you want a second opinion on where you actually sit, or you have a prototype that will not cross into production and you cannot work out why, talk to us.

AI solutions banner with people using a magnifying glass to detect code issues and a rocket launching.

Alexandra Mendes
Alexandra Mendes

Alexandra Mendes is a Senior Growth Specialist at Imaginary Cloud with 3+ years of experience writing about software development, AI, and digital transformation. After completing a frontend development course, Alexandra picked up some hands-on coding skills and now works closely with technical teams. Passionate about how new technologies shape business and society, Alexandra enjoys turning complex topics into clear, helpful content for decision-makers.

LinkedIn

Read more posts by this author
Inês Silva
Inês Silva

Inês Silva is a Project Manager with over four years of experience writing about software delivery, agile methodologies, and tech leadership. Because she started her career as a developer, Inês brings a real, deeply technical understanding to the management side of things. She loves bridging the gap between big-picture business strategy and day-to-day engineering execution, and she's passionate about sharing practical tips that help teams collaborate better and ship great products.

Read more posts by this author

People who read this post, also found these interesting:

Dropdown caret icon