Skip to content

Commit a06e343

Browse files
Merge pull request #2075 from sdgilley/sdg-tutorial-update
put back enable-telemetry
2 parents 17171d0 + dad8c9c commit a06e343

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/ai-studio/tutorials/copilot-sdk-build-rag.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to build a RAG-based chat app using the Azure AI Foundry
55
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: tutorial
8-
ms.date: 11/11/2024
8+
ms.date: 12/18/2024
99
ms.reviewer: lebaro
1010
ms.author: sgilley
1111
author: sdgilley
@@ -156,7 +156,11 @@ Now that you have both the script and the template, run the script to test your
156156
python chat_with_products.py --query "I need a new tent for 4 people, what would you recommend?"
157157
```
158158

159-
<!-- To enable logging of telemetry to your project:
159+
To enable logging of telemetry to your project:
160+
161+
1. Enable tracing by adding an Application Insights resource to your project. Navigate to the **Tracing** tab in the [Azure AI Foundry portal](https://ai.azure.com/), and create a new resource if you don't already have one.
162+
163+
:::image type="content" source="../../ai-services/agents/media/ai-foundry-tracing.png" alt-text="A screenshot of the tracing screen in the Azure AI Foundry portal." lightbox="../../ai-services/agents/media/ai-foundry-tracing.png":::
160164
161165
1. Install `azure-monitor-opentelemetry`:
162166
@@ -169,7 +173,7 @@ python chat_with_products.py --query "I need a new tent for 4 people, what would
169173
```bash
170174
python chat_with_products.py --query "I need a new tent for 4 people, what would you recommend?" --enable-telemetry
171175
```
172-
-->
176+
173177
174178
## Clean up resources
175179

0 commit comments

Comments
 (0)