Skip to main content
Microsoft Foundry has evolved through several naming and architectural changes. If you’re moving from the classic portal experience, this article helps you plan and execute the transition with reference mappings for terminology, capabilities, SDKs, and portal navigation.
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-projects 2.x and openai packages installed.
  • For resource upgrade: Owner or Contributor role on the Azure OpenAI resource you plan to upgrade.
Key migration dates:

Plan your migration

Follow these steps to move from the classic portal experience to the current Foundry portal:
  1. Review terminology changes. Scan the terminology mapping to understand renamed concepts and new resource types.
  2. Check the feature comparison. Use the feature comparison table to identify capabilities that are new, enhanced, or classic-only.
  3. Update your SDK packages. Replace deprecated packages using the SDK mapping table.
  4. Migrate agents to the Responses API. Rewrite agents that use the Assistants API to use the Responses API before the August 2026 sunset.
  5. 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.
  6. 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.
Ensure the SDK version matches your portal experience. Using a 2.x SDK sample with a 1.x setup (or vice versa) causes errors.
The following example shows the most common SDK migration — replacing the Azure-specific AzureOpenAI client with the standard OpenAI client. Classic (before):
Current (after):

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)

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.
Screenshot of home page of the current Foundry portal.
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.
The current portal shows only Foundry projects. If you need to access hub-based projects or other resource types, switch back to the classic portal.
  1. Look for the New Foundry toggle in the top banner.
  2. Select the toggle to switch between the classic and current experiences.
  3. The page reloads with the selected portal interface.

Troubleshoot common migration issues