Copilot Studio or Microsoft Foundry? Pick the host, not the tool.
Three places to run an agent on the Microsoft stack, and the choice sets your orchestration control, your model access, and your cost model for the life of the thing. Here is the table we use with clients, and the reasoning under it.
What's the difference between Copilot Studio and Microsoft Foundry?
Copilot Studio is a low-code environment for departmental agents, governed through the Power Platform admin center. Microsoft Foundry is a pro-code Azure platform that gives you the whole orchestration loop and more than 10,000 models. Copilot Studio gets you to production faster; Foundry gives you control you will eventually need if the agent is doing real work.
Most comparisons stop there, and that is where they go wrong. The more useful question is not which tool you author in. It is which host the agent runs on, because the host decides the orchestration, the model access, and the operating cost. Microsoft says this plainly: keep the host decision separate from the authoring method (Choice of agent host).
The same authoring canvas can target different hosts and produce different quality and cost. So pick the host first.
Wait, is it Azure AI Foundry or Microsoft Foundry?
Microsoft Foundry. It is the current name for what was Azure AI Foundry, and before that Azure AI Studio.
This trips up more conversations than it should, because most articles written in the last two years still say Azure AI Foundry. Microsoft documents the change directly in What is Microsoft Foundry, along with several renames that travel with it:
- Azure AI Studio / Azure AI Foundry is now Microsoft Foundry.
- Azure AI Services is now Foundry Tools.
- The Assistants API (Agents v0.5 and v1) is now the Responses API (Agents v2), with terminology moving from Threads, Messages, Runs and Assistants to Conversations, Items, Responses and Agent Versions.
- The RBAC roles were renamed to Foundry User, Foundry Owner, Foundry Account Owner and Foundry Project Manager. Role IDs and permissions did not change.
- The old hub-plus-Azure-OpenAI-plus-AI-Services resource model collapsed into a single Foundry resource with projects.
One date worth putting in your calendar: agents built on the classic experience are deprecated and scheduled for retirement on 31 March 2027. If you have something in production on the classic Agents API, the migration is real work and the clock is running.
The three-way decision table
This is the framework we walk clients through. Read it top to bottom and the answer is usually obvious by the fourth row.
| Microsoft 365 Copilot agents | Copilot Studio | Microsoft Foundry | |
|---|---|---|---|
| Owned by | Information workers | Makers and developers | IT and engineering |
| Extension of | Microsoft 365 | Microsoft 365 and Power Platform | Azure |
| Build effort | Under a day | Under a week | Under a month |
| Build skillset | No code | Low code, some pro code | Pro code, some low code |
| Complexity ceiling | Low | Low to medium | Medium to high |
| Orchestration control | Managed, limited control of the loop | Configurable: topics plus generative orchestration | Full control of the loop |
| Data grounding | Microsoft Graph | Microsoft Graph plus connectors | Azure AI Search and any source |
| Model access | Copilot foundation models | Advanced models plus Azure AI integration | 10,000+ models: Microsoft, OpenAI, Anthropic, Meta and others |
| Front end | Microsoft 365 apps | Teams, web, custom endpoints | Anything, via API |
| Governed through | Microsoft 365 admin center | Power Platform admin center | Azure RBAC, policy and networking |
| Maintenance effort | Lowest | Low | High |
| Cost model | Copilot license, Work IQ billed consumptively for unlicensed users | License or consumption, in Copilot Credits | Tokens and capacity |
Scroll the table sideways to see all three columns.
Owner, host, governance, model access and cost model are Microsoft's, from the agent host guidance and the Microsoft 365 Copilot and Copilot Studio comparison. Build effort, complexity ceiling and maintenance effort are ArchitectNow's own guidance from delivered engagements, not Microsoft figures. Treat them as planning ranges.
When is Copilot Studio the right call?
When a department needs an agent doing real multi-step work, and the people who understand the process are closer to the problem than your engineers are.
- Customer support agents that open tickets and escalate to a human.
- IT help desk triage that routes requests to the right team.
- Sales assistants that pull CRM data, take notes, or start an approval.
It also wins on governance for this tier of work. Environment-level DLP, connector control, role-based access, and publishing approval all run through the Power Platform admin center, which means the agent inherits a control plane your admins already operate. That is worth more than it sounds. The failure mode with agent sprawl is not a bad agent, it is forty agents nobody can inventory.
When is Microsoft Foundry the right call?
When you need the orchestration loop itself: how many model turns happen, which model handles which step, what gets cached, and what the trace looks like afterwards.
In practice that means one of four things. The agent reaches data that does not live in Microsoft 365. Multiple specialist agents need a supervisor coordinating them. You need model choice, including non-Microsoft models. Or the thing is customer-facing and the quality bar means you have to be able to evaluate and tune it properly.
The cost of that control is maintenance. Foundry is an engineering asset with an engineering lifecycle: source control, CI/CD, evaluation sets, real observability. Teams that pick it for the ceiling and staff it like a low-code project are the ones who end up unhappy, and it is worth being blunt about that before the decision rather than after.
What about Microsoft 365 Copilot agents?
The option most comparisons skip, and often the correct answer.
Declarative agents built in Microsoft 365 Copilot answer questions from content you already have, respect the permissions already in place, and take under a day. A project FAQ agent over SharePoint, an onboarding agent over an internal knowledge base, a product documentation assistant. No code, no new governance surface, no new bill.
A meaningful share of the agent ideas that arrive framed as a Foundry project are actually this. Test the cheap host first. If it cannot do the job you will find out in a day, and that day is the cheapest requirements-gathering you will ever run.
How do the cost models actually differ?
Licenses and tokens are the visible difference. The orchestrator is the one that decides your bill.
Microsoft's own framing is that two agents can return identical answers and differ by an order of magnitude in cost, because cost follows how the agent runs rather than what it returns. Four levers drive it: tokens consumed per interaction, how many model turns the orchestrator takes, which model handles each step, and how much of the work is deterministic enough to move out of the model entirely.
That is why the host choice is a cost decision, not just a capability one. Microsoft 365 Copilot gives you a managed orchestrator and a predictable bill with little control. Copilot Studio moves along that line as you delegate more to generative orchestration. Foundry hands you every lever, including the ones that let you spend a great deal of money quickly.
Standing context is the one that surprises people. Every instruction, knowledge snippet and tool definition loaded on a turn is billed on that turn, whether or not it was relevant. An agent with a generous system prompt and twelve tools attached pays for all of it on every single interaction.
Can you use more than one?
Most organizations past their first few agents end up on all three, and that is the healthy outcome rather than a failure of standardization.
The pattern that holds up: Microsoft 365 Copilot for knowledge and Q&A over content people already have access to. Copilot Studio for departmental process agents with real workflow. Foundry for the small number that need deep control, custom models, or supervisor and task agent orchestration across enterprise systems.
What does need standardizing is the layer underneath: identity through Microsoft Entra ID, data governance through Microsoft Purview, an inventory of what exists, and one place to see what agents are doing. Picking a single build platform is not a governance strategy. Knowing what is running is.
Common questions
What is the difference between Copilot Studio and Microsoft Foundry?
Copilot Studio is a low-code environment for building custom agents governed through the Power Platform admin center, with configurable orchestration and a license or consumption cost model. Microsoft Foundry is a pro-code Azure platform giving full control over the orchestration loop, access to more than 10,000 models, and a token and capacity cost model. Copilot Studio suits departmental agents; Foundry suits agents that need deep design control.
Is Microsoft Foundry the same as Azure AI Foundry?
Yes. Microsoft Foundry is the current name for the platform previously called Azure AI Foundry, and before that Azure AI Studio. Azure AI Services became Foundry Tools in the same change, and the Foundry RBAC roles were renamed to Foundry User, Foundry Owner, Foundry Account Owner and Foundry Project Manager.
Should I choose the platform by who builds the agent or by where it runs?
By where it runs. Microsoft's guidance is explicit that the agent host determines orchestration capabilities, model access, and operational features, and that this decision should be kept separate from the authoring method. The same authoring tool can target different hosts and produce different quality and cost results.
Can I start in Copilot Studio and move to Microsoft Foundry later?
Moving between hosts is a rebuild of the orchestration layer rather than an export and import. What transfers cleanly is everything you learned about the use case: the prompts, the grounding data, the tool definitions, and the evaluation set. Start on the lighter host when the requirements are still uncertain.
What happened to Azure AI Foundry Agent Service?
It is now Foundry Agent Service inside Microsoft Foundry. Agents built on the classic experience are deprecated and scheduled for retirement on 31 March 2027, and Microsoft publishes a migration guide to the current Agents Service.
How do the cost models differ?
Microsoft 365 Copilot agents are largely covered by the Copilot license, with Work IQ grounding billed consumptively for unlicensed users. Copilot Studio ranges from license-based to consumption-based in Copilot Credits depending on how much generative orchestration you use. Microsoft Foundry bills on tokens and capacity. The orchestrator is the biggest cost lever on all three, because it decides how many model turns each interaction takes.
Bring us the use case, not the platform.
The AI Innovation Assessment is one complimentary hour. Describe what the agent needs to do and we will tell you which host it belongs on, including when the answer is the cheap one.
Book the assessment