MS Foundry Developer Migration Checklist
Microsoft Foundry recently implemented a variety of changes across various areas. To assist with these changes, a Developer Migration Checklist is provided below to help maneuver these changes. 1. Migrate to the Unified SDK 2.0 [] Replace all uses of the old azure-ai-agents package with azure-ai-projects 2.0. [] Update code to use AIProjectClient for model inference, agents, evaluations, memory, and tracing. [] Remove legacy preview flags and update any custom tool or MCP integrations. [] Validate that all tool schemas and agent configurations work under the new client. 2. Move Agents to the Foundry Agent Service (GA) [] Migrate existing agent deployments to the new Agent Service runtime. [] Update agent code to use the OpenAI Responses compatible interface. [] Reconfigure private networking, Entra RBAC, and tracing endpoints. [] Test agent behavior in the updated Agent Playground and tracing...