Your company is piloting a customer support agent in a Microsoft Foundry project name Project1. Project1 is connected to an existing Application Insights resource, and the company ' s support team reviews runs in the Traces tab.
The Foundry Agent Service is configured to perform the following actions:
• Retrieve the Application Insights connection string by calling
project_client.telemetry.get_application_insights_connection_string().
• Call configure_azure_monitor(connection_string=...) to enable telemetry.
A separate LangChain service configured to use OpenTelemetry and has the following configurations:
• Uses AzureAIOpenTelemetryTracer(connection_string=..., enable_content_recording=False)
• Passes the tracer by using config={ " callbacks " :[azure_tracer]}
Company policy has the following requirements:
• Telemetry from LangChain and OpenTelemetry must be distinguishable within the same Application Insights resource.
• Secrets and credentials must NOT be stored in prompts, tool arguments, or span attributes.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Submit