• About Us
  • Contact Us
  • Advertise
  • Privacy Policy
  • Guest Post
No Result
View All Result
Digital Phablet
  • Home
  • NewsLatest
  • Technology
    • Education Tech
    • Home Tech
    • Office Tech
    • Fintech
    • Digital Marketing
  • Social Media
  • Gaming
  • Smartphones
  • AI
  • Reviews
  • Interesting
  • How To
  • Home
  • NewsLatest
  • Technology
    • Education Tech
    • Home Tech
    • Office Tech
    • Fintech
    • Digital Marketing
  • Social Media
  • Gaming
  • Smartphones
  • AI
  • Reviews
  • Interesting
  • How To
No Result
View All Result
Digital Phablet
No Result
View All Result

Home » How to Use AI Foundry-Tracing with Azure: A Step-by-Step Guide

How to Use AI Foundry-Tracing with Azure: A Step-by-Step Guide

DP Staff by DP Staff
December 1, 2025
in How To
Reading Time: 1 min read
A A
How to Fix Azure Student Subscription Region Error
ADVERTISEMENT

Select Language:

Here’s a simple guide to help you set up your tracing framework with Azure AI, especially if you’re working with Python and Langchain. The goal is to ensure your code runs smoothly and you can properly monitor your AI models.

ADVERTISEMENT

First, when installing the required packages, be sure to include the specific Azure monitoring packages. Instead of only installing the general modules, add these two to your command:

bash
pip install azure-monitor-opentelemetry-exporter azure-monitor-opentelemetry

These packages are essential for enabling Azure Monitor to collect telemetry data from your application.

ADVERTISEMENT

Next, if you’re using Langchain version 1.0, you might notice that the integration appears more straightforward, but it may not work perfectly with your current code. To avoid compatibility issues, consider sticking with version 0.3 of Langchain. This version allows you to explicitly add certain modules to your model, ensuring everything functions correctly.

Here’s an example of how to set up Azure OpenTelemetry tracing with Langchain:

python
from langchain_azure_ai.callbacks.tracers import AzureAIOpenTelemetryTracer

azure_tracer = AzureAIOpenTelemetryTracer(
connection_string=conn,
enable_content_recording=True,
name=”Weather information agent”
)
tracers = [azure_tracer]

Make sure you replace conn with your actual connection string.

In summary, install the necessary Azure monitoring packages explicitly, and if you’re facing issues with Langchain 1.0, revert to version 0.3 to maintain compatibility. Setting up the tracer as shown will help you effectively monitor your AI application’s performance and troubleshoot where necessary.

ChatGPT ChatGPT Perplexity AI Perplexity Gemini AI Logo Gemini AI Grok AI Logo Grok AI
Google Banner
ADVERTISEMENT
DP Staff

DP Staff

Related Posts

Infotainment

Top 20 Most Attractive Accents in the World

December 6, 2025
beads 1016727 960 720.jpg
AI

Nvidia Beats GPT-5 Using 8B Model, Opens Source

December 6, 2025
Canada Removes Syria Sanctions After US Action
News

Canada Removes Syria Sanctions After US Action

December 6, 2025
Top 40 Cities with the Worst Quality of Life
Infotainment

Top 40 Cities with the Worst Quality of Life

December 6, 2025
Next Post
Google Developing New Gemini App Experience

Google Developing New Gemini App Experience

  • About Us
  • Contact Us
  • Advertise
  • Privacy Policy
  • Guest Post

© 2025 Digital Phablet

No Result
View All Result
  • Home
  • News
  • Technology
    • Education Tech
    • Home Tech
    • Office Tech
    • Fintech
    • Digital Marketing
  • Social Media
  • Gaming
  • Smartphones

© 2025 Digital Phablet