Microsoft has spent the last two years reorganizing its entire AI stack, and the names have moved fast enough that most explainers now describe a product that no longer exists. If you last looked at "Azure AI Studio," the tool you remember has been renamed twice and folded into something much larger.
Here is the current picture. Azure AI is Microsoft's umbrella for building and running AI in the cloud, and the platform at its center is now called Microsoft Foundry. It gives developers a catalog of more than 11,000 models, a managed service for building agents, and the surrounding infrastructure to deploy all of it on Azure. This guide covers what Azure AI actually is in 2026, what you can build with it, what it costs, and where a platform like Voiceflow fits alongside it.
What Is Microsoft Azure AI?
Azure AI is the set of AI frameworks, services, and tools inside the Microsoft Azure cloud. It lets developers and businesses add AI to existing apps, or build new ones, using Microsoft's cloud compute, model hosting, and machine-learning tooling.
The practical entry point is Microsoft Foundry, the unified platform where you pick a model, ground it in your data, wrap it in an application or an agent, and ship it. Around that sit the more specialized Azure AI services, like Azure AI Language for text understanding and Azure Machine Learning for training and deploying custom models. Together they cover most of what an enterprise needs to put AI into production on Azure.
From Azure AI Studio to Microsoft Foundry
If the naming feels confusing, that is because it changed twice in a year. The platform launched as Azure AI Studio, was renamed Azure AI Foundry at Microsoft Ignite in November 2024, and was renamed again to Microsoft Foundry at Ignite in November 2025. Same lineage, three names.
The rebrands were not just cosmetic. Foundry pulled what used to be separate products under one roof. Azure OpenAI Service, once its own thing, is now part of Foundry as "Foundry Models sold by Azure." And the model catalog stopped being OpenAI-only: Foundry now offers more than 11,000 models spanning OpenAI, Anthropic, Meta, Google, xAI, and Hugging Face, alongside Microsoft's own MAI family. In other words, the platform became model-agnostic at the infrastructure layer, which is worth keeping in mind when you compare it to the alternatives later.
What You Can Build With Microsoft Foundry
Foundry is aimed at teams that want to build AI applications and agents without standing up their own model-serving infrastructure. A few of its core capabilities stand out.
- A unified model catalog. Rather than committing to one provider, you can browse 11,000-plus models and swap between them based on cost, latency, and task. Models sold directly by Azure, including all the Azure OpenAI models, are hosted and billed by Microsoft.
- Foundry Agent Service. This is Microsoft's managed platform for building, deploying, and scaling AI agents, with a single Responses API as the entry point. It is the piece the older Azure AI write-ups completely missed, and it is where most of the 2025-26 investment went.
- Azure Machine Learning. For teams training or fine-tuning their own models, Azure Machine Learning still handles the full lifecycle, from automated machine learning and distributed training to deployment as an online endpoint and ongoing monitoring. Microsoft's deployment tutorial walks through the steps.
- Azure AI Language. A managed service for natural-language tasks: entity recognition, sentiment analysis, key-phrase extraction, and translation across languages. Useful when you need large language models doing focused text work rather than open-ended chat.
The through-line is that Foundry gives you the raw materials to build AI agents on Azure. What it does not do is design the customer-facing experience for you, which is a distinction we will come back to.
How Much Does Azure AI Cost?
Azure AI pricing is consumption-based, which is both its strength and the reason it is hard to quote a single number. The main models:
- Pay-as-you-go. Pay only for the compute, tokens, and services you use, and scale up as demand grows.
- Reserved capacity. Commit to a usage level in advance and take a discount in exchange.
- Free tier. Try many Azure AI services for free, with limits on features and volume.
Exact rates vary by model and service and change often, so price any real project against the official Azure pricing pages. One caveat worth repeating for any cloud AI platform: the headline compute price is rarely the whole bill once you add model usage, storage, and data egress.
Microsoft Azure vs AWS vs Google Cloud
Microsoft, Amazon, and Google all offer cloud platforms for building enterprise AI, and the differences are more about ecosystem fit than raw capability. Here is a concise comparison.
| Feature | Microsoft Azure | Amazon Web Services | Google Cloud |
|---|---|---|---|
| AI platform | Microsoft Foundry (model catalog, Agent Service, Azure ML) | Amazon Bedrock plus SageMaker | Vertex AI plus Agent Builder |
| Model access | 11,000+ models across major providers, plus Azure OpenAI | Anthropic, Meta, Mistral, Amazon Nova, and others via Bedrock | Gemini family plus open and partner models |
| Developer tools | Visual Studio, Azure DevOps, Foundry SDK | AWS SDK, CloudFormation | Google Cloud SDK, Cloud Build |
| Pricing model | Pay-as-you-go, reserved capacity | Pay-as-you-go, reserved | Pay-as-you-go, custom contracts |
All three are strong choices if you are already committed to that cloud. The harder question for most teams is not which cloud, but which layer of the stack they actually need to build on.
Where Voiceflow Fits Alongside Azure
Here is the honest split. Microsoft Foundry is infrastructure. It gives developers models, an agent runtime, and the plumbing to run AI on Azure. Voiceflow is the layer above that, built for the teams whose job starts where the infrastructure ends: designing, shipping, and managing a customer-facing agent that has to stay on brand every day, at scale.
Think about it the way you would think about hiring. Most platforms can get you an agent. Fewer are built for the ongoing management that keeps an agent good once real customers start talking to it. That management layer is what Voiceflow is designed around:
- Model-agnostic by default. Run OpenAI, Anthropic, or Google models, including the ones you already serve through Azure, and switch without rebuilding. You are not locked to one provider's roadmap.
- Workflows and Playbooks that compose. Deterministic Workflows handle the steps that must go right every time, like refunds or compliance checks. Playbooks give the agent a goal and room to reason through the rest. A workflow can hand off to a playbook mid-conversation and take back control when things enter regulated territory.
- Knowledge Base grounding. Point the agent at your docs, URLs, and help center so answers come from your content. This is how a knowledge base produces grounded answers instead of guesses.
- Evaluations, Observability, and Environments. Define what "good" looks like and score every conversation against it, trace why the agent did what it did, and test changes in staging before they reach production. That visibility is exactly what agent observability exists to provide, and teams that want a separate eval stack often pair it with tools like Braintrust.
- Chat and voice, natively. Ship the same agent to a web widget, a phone line, or an app.
- Enterprise security. SOC 2 Type 2 and PII masking, which become table stakes the moment you handle real customer data. If security and compliance are the gating question, our enterprise AI agent guide covers what to check for.
Teams like Turo, StubHub International, Sanlam Studios, and Trilogy run agents on Voiceflow in production. A common pattern in 2026: serve models through Azure, then design, manage, and ship the customer-facing experience in Voiceflow. If managing agents at scale is the real problem, it helps to compare the best AI agent builders side by side, and to look at what an enterprise chatbot needs before you commit.
Frequently Asked Questions
What is Microsoft Azure AI?
Azure AI is Microsoft's suite of AI services, tools, and infrastructure inside the Azure cloud. It lets developers and businesses build, deploy, and run AI applications and agents, using Microsoft's model hosting, machine-learning tooling, and cloud compute.
What is Microsoft Foundry, and how is it related to Azure AI Studio?
Microsoft Foundry is Azure AI's central platform for building AI applications and agents. It launched as Azure AI Studio, was renamed Azure AI Foundry at Ignite 2024, and became Microsoft Foundry at Ignite 2025. It now includes a catalog of more than 11,000 models, the Foundry Agent Service, and the former Azure OpenAI Service.
Is Azure AI free?
Azure AI has a free tier that lets you try many services with limits on features and volume. Beyond that, most services are pay-as-you-go, so you pay for the compute, tokens, and resources you use. Reserved capacity is available at a discount for predictable workloads.
Can I build a chatbot with Azure AI?
Yes. You can build a chatbot or agent in Microsoft Foundry by choosing a model, grounding it in your data, and deploying it through the Agent Service. If you want to design and manage a customer-facing conversational AI agent without building the surrounding infrastructure yourself, a platform like Voiceflow sits on top of that layer.
Azure AI vs AWS vs Google Cloud, which should I choose?
For raw AI infrastructure, the three are close, so the deciding factor is usually which cloud you already run on: Microsoft Foundry on Azure, Amazon Bedrock on AWS, or Vertex AI on Google Cloud. The separate question is whether you need infrastructure at all, or a management layer like Voiceflow to design and run the customer-facing agent.