Foundry no more connected agents

Riaz Syed 0 Reputation points
2026-06-02T01:36:21.83+00:00

Since foundry does not support connected agents anymore, how do I orchestrate now ?

Can you provide some video examples of how ?

I don’t want sequential workflow

Do I have to use A2A in my same foundry instance ?

Connected agents was so easy

Bring it back

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform

0 comments No comments

2 answers

Sort by: Most helpful
  1. Riaz Syed 0 Reputation points
    2026-06-02T01:39:52.3866667+00:00

    Are you able to provide some video examples?

    Doing A2A with same foundry instance

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-06-02T01:36:39+00:00

    Connected Agents (classic) are deprecated and not available in the new Microsoft Foundry Agent Service. To orchestrate multiple agents now, use one of the supported patterns in the new platform:

    1. Use multi-agent workflows
    • Foundry (new) provides workflow orchestration patterns instead of Connected Agents.
    • For non-sequential orchestration, use:
      • Group chat pattern: Dynamically passes control between agents based on context or rules. This is the closest replacement to Connected Agents for collaborative, non-linear multi-agent behavior (escalation, expert handoff, etc.).
      • Human in the loop pattern: If the process needs user decisions or approvals between agent steps.
    • Workflows are created and run directly in the Foundry (new) portal:
      1. Sign in to Microsoft Foundry with the New Foundry toggle on.
      2. Select Build → Create new workflow.
      3. Choose a pattern (for Connected-Agents-like behavior, choose Group chat instead of Sequential).
      4. Add agent nodes and assign existing agents or create new ones.
      5. Save and run the workflow, then iterate on the design.
    1. Use Agent-to-Agent (A2A) tool when one agent should stay in control
    • If the requirement is “one primary agent that calls other agents as tools and then responds to the user itself,” use the A2A tool:
      • A2A tool pattern: Agent A calls Agent B via A2A; Agent B’s answer goes back to Agent A; Agent A summarizes and replies to the user and continues to handle future turns.
      • This is appropriate when the main agent should remain the single front door and other agents are just specialized helpers.
    • This does not have to be a separate Foundry instance; the A2A tool is designed to connect a Foundry agent to any remote A2A-compatible endpoint (including other Foundry-based agents exposed as A2A endpoints).
    1. When to choose which replacement
    • Use multi-agent workflow (Group chat) when:
      • Control should move between agents depending on context.
      • A downstream agent should take over the conversation after handoff.
    • Use A2A tool when:
      • A single primary agent should always own the user interaction.
      • Other agents are invoked as tools and their outputs are post-processed by the primary agent.
    1. About videos and examples
    • The provided context only documents concepts and patterns (workflows and A2A) and does not include video examples. For implementation details, follow the workflow creation steps and the A2A tool guidance in the referenced articles.

    Connected Agents (classic) will not be brought back in the new Foundry Agent Service; the supported path is to migrate to workflows and/or A2A as described in the migration guidance and tool documentation.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.