Azure AI Foundry Federation¶
Azure AI Foundry Federation connects an external Azure AI Foundry workspace to Jarvis Registry so platform admins can import and govern agents from one control plane.
This page focuses on the operational flow:
- Admin creates a federation connection in the UI.
- Registry syncs A2A agents from the Azure AI Foundry workspace.
- Admin reviews imported agents and shares them using the same ACL model used across the registry.
Federation Creation Flow¶
A federation starts with a simple creation form in Jarvis Registry.
Admins provide:
- Federation Name — friendly name for the Azure AI Foundry source
- Connection Settings — Azure subscription ID, resource group, AI Foundry workspace name, and Entra ID tenant ID
- Resource Tags Filter — sync only specific tagged agents or sync all
After save, Jarvis Registry validates the connection using the provided Entra ID credentials and establishes the federation link.
Automatic Import from Azure AI Foundry¶
Once federation is active, Jarvis Registry automatically pulls agents from the connected workspace.
Imported resources include:
- A2A agents available from the Azure AI Foundry Agent Service
Azure AI Foundry agents use non-standard AgentCard discovery paths (e.g. agentCard/v0.3 rather than /.well-known/agent-card.json) and require Entra ID RBAC role assignments before invocation. The sync process normalizes these platform-specific differences — storing the custom discovery paths and auth prerequisites — so imported agents appear in the same catalog experience as local resources and can be invoked without platform-specific client code.
Admin Governance After Sync¶
Federated agents are not automatically open to all users. Admins still control visibility and access.
After sync, admins can:
- Keep imported agents private for validation
- Share with specific users or groups
- Publish to everyone with VIEW access when ready
The sharing model is exactly the same as other resources in Jarvis Registry:
- Agent resources follow the same controls as A2A Agent Registry share panel
Security enforcement (authentication, RBAC, ACL) remains consistent for federated and local resources. See Security Control Design.
Next Steps¶
- Workflow Orchestration — How Foundry agents participate in multi-agent, MCP, and skill workflows
- A2A Agent Registry — Sharing and lifecycle for agent resources
- Registry Endpoint — How clients discover and invoke federated resources
- AgentCore Federation — Federation from AWS AgentCore Runtime
- Federation Guide — Detailed federation architecture and workflow
Product page & demo
- Federation demo and product notes on ASCENDING: AgentCore & AI Foundry federation.