Product naming: Microsoft’s AI Platform has evolved from Azure AI Studio → Azure AI Foundry → to Microsoft Foundry (current). Similarly, our AI services portfolio evolved with the platform from Azure Cognitive Services → Azure AI Services → to Foundry Tools (current). Despite the platform evolution, the Azure resource type remains
Microsoft.CognitiveServices/accounts. All names in this documentation refer to the same evolving platform.Prerequisites
- An Azure account with an active subscription. Create one for free.
- A Foundry project.
- For SDK migration: Python 3.9+ or .NET 8+, with
azure-ai-projects2.x andopenaipackages installed. - For resource upgrade: Owner or Contributor role on the Azure OpenAI resource you plan to upgrade.
Key migration dates:
- May 30, 2026 —
azure-ai-inferencepackage retires. Migrate to theopenaipackage. - August 26, 2026 — Assistants API sunsets. Use the generally available Microsoft Foundry Agents service. Follow the migration guide to update your workloads. Learn more.
Plan your migration
Follow these steps to move from the classic portal experience to the current Foundry portal:- Review terminology changes. Scan the terminology mapping to understand renamed concepts and new resource types.
- Check the feature comparison. Use the feature comparison table to identify capabilities that are new, enhanced, or classic-only.
- Update your SDK packages. Replace deprecated packages using the SDK mapping table.
- Migrate agents to the Responses API. Rewrite agents that use the Assistants API to use the Responses API before the August 2026 sunset.
- Verify your Foundry resource region supports the Responses API. The Responses API and Foundry Agent Service aren’t available in every Azure region. If your Foundry resource is in an unsupported region, agents and other Responses API features don’t work in the current portal. Check the Responses API region availability list before migrating.
- Validate in the new portal. Use the portal navigation reference to verify your workflows in the current experience.
The Responses API isn’t available in all Azure regions. If your Foundry resource is in an unsupported region, you can’t create or run agents in the current Foundry portal. Before migrating, verify your resource is in a supported region. If it isn’t, create a new Foundry resource in a supported region.
Terminology mapping
The following table maps classic concepts to their current equivalents.The Foundry RBAC roles were recently renamed. Foundry User, Foundry Owner, Foundry Account Owner, and Foundry Project Manager were previously named Azure AI User, Azure AI Owner, Azure AI Account Owner, and Azure AI Project Manager. You might still see the previous names in some places while the rename rolls out. The role IDs and core permissions are unchanged by the rename.
SDK mapping
Use the following table to identify which SDK packages map to the current Foundry experience and which ones they replace.
The following example shows the most common SDK migration — replacing the Azure-specific
AzureOpenAI client with the standard OpenAI client.
Classic (before):
Feature comparison
The following tables compare feature availability between the classic and current portal experiences.Available in both portals
New in the current portal
These features are available only in the current Foundry portal:Classic-only (migration required)
Navigate the portal
The classic portal uses a single customizable left pane for all navigation, with Management center at the bottom. The current portal splits features across five top-level sections, each with its own left pane.
The following table maps frequently used classic portal locations to their current equivalents.
Switch between portal experiences
You can switch between the classic and current portal experiences at any time. The toggle preserves your current context, such as the project you’re working in.- Look for the New Foundry toggle in the top banner.
- Select the toggle to switch between the classic and current experiences.
- The page reloads with the selected portal interface.