QuestionQ79

Implement generative AI and agentic solutions

You have a Microsoft Foundry project containing an agent named Agent1.

The agent runs successfully, but the Foundry Control Plane does not show values for:

  • Error rates
  • Runs
  • Token usage

Additionally, the Traces tab is empty.

You need to ensure that the Foundry Control Plane displays the appropriate values for Agent1.

What should you do?

  • A Update Agent1 to a new version.
  • B Restart Agent from Foundry Control Plan
  • C Assign to a Log Analytics workspace to Agent1.
  • D Enable Application Insights for Agent1.
Explanation

Foundry Control Plane's monitoring dashboards and Traces tab depend on OpenTelemetry data sent to an Azure Monitor Application Insights resource connected to the agent's hosting resource. Without Application Insights enabled, agents lack health metrics, cost/token tracking, and drill-down traces, which explains the missing error rate, runs, token usage, and empty Traces tab. Enabling and connecting Application Insights for Agent1 allows this telemetry (operation names, durations, model calls, tool invocations, token usage) to populate Control Plane views within minutes of agent execution.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!