AI-102 · Question #487
You have an Azure subscription that contains an Azure Al Foundry instance named AI1. You have an app that automatically triages and resolves issues presented in the log files of a system. You create…
The correct answer is B. Configure a connected agent for AI1. Ensuring that an incident manager agent can assign work to a DevOps agent in Azure AI Foundry is primarily achieved through a Connected Agents configuration. This setup allows a "main" agent to delegate tasks to "specialized" agents via natural language or defined function…
Question
Options
- AConfigure prompt flow for AI1.
- BConfigure a connected agent for AI1.
- CCreate a plugin for the incident manager agent.
- DCreate a plugin for the DevOps agent.
How the community answered
(39 responses)- A3% (1)
- B79% (31)
- C8% (3)
- D10% (4)
Explanation
Ensuring that an incident manager agent can assign work to a DevOps agent in Azure AI Foundry is primarily achieved through a Connected Agents configuration. This setup allows a "main" agent to delegate tasks to "specialized" agents via natural language or defined function calls. Key Implementation Steps 1. Configure Connected Agents Within the Azure AI Foundry portal, you must register the DevOps agent as a "Connected Agent" of the incident manager. 2. Define Tool-Based Delegation Use the ConnectedAgentToolDefinition in the Azure Python SDK or C# SDK to programmatically link them. This exposes the DevOps agent to the incident manager as a callable "tool". 3. Implement Handoff Orchestration Patterns Choose an orchestration pattern that fits the triage-to-resolve workflow. 4. Manage Context and State 5. Enable Permissions and Roles https://learn.microsoft.com/en-us/azure/ai-foundry/agents/how-to/connected-agents
Topics
Community Discussion
No community discussion yet for this question.