Skip to content

Commit 2378f17

Browse files
authored
Update sdk-overview.md
Add import for configure_azure_monitor
1 parent c707458 commit 2378f17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/ai-studio/how-to/develop/sdk-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,8 @@ pip install azure-monitor-opentelemetry
415415
Use the following code to enable instrumentation of the Azure AI Inference SDK and logging to your AI project:
416416

417417
```Python
418+
from azure.monitor.opentelemetry import configure_azure_monitor
419+
418420
# Enable instrumentation of AI packages (inference, agents, openai, langchain)
419421
project.telemetry.enable()
420422

0 commit comments

Comments
 (0)