You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/develop/langchain.md
+29-20Lines changed: 29 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -381,36 +381,45 @@ Use the client as usual in your code.
381
381
382
382
## Tracing
383
383
384
-
You can use the tracing capabilities in Azure AI Foundry by creating a tracer. Logs are stored in Azure Application Insights and can be queried at any time using Azure Monitor or Azure AI Foundry portal. Each AI Hub has an Azure Application Insights created for you.
384
+
You can use the tracing capabilities in Azure AI Foundry by creating a tracer. Logs are stored in Azure Application Insights and can be queried at any time using Azure Monitor or Azure AI Foundry portal. Each AI Hub has an Azure Application Insights associated with it.
385
385
386
386
### Get your instrumentation connection string
387
387
388
388
You can configure your application to send telemetry to Azure Application Insights either by:
389
389
390
390
1. Using the connection string to Azure Application Insights directly:
1. Go to [Azure AI Foundry portal](https://ai.azure.com) and select**Tracing**.
397
393
398
-
2. Using the Azure AI Foundry SDK and the project connection string. You can find the project's connection string by navigating to the landing page of your project.
394
+
2. Select **Manage data source**. In this screen you can see the instance that is associated with the project.
0 commit comments