Skip to content

Commit afc4d69

Browse files
Merge pull request #2077 from sdgilley/sdg-tutorial-update
add prereq to evaluate
2 parents 942b0c3 + 4c98653 commit afc4d69

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,9 +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+
### <a name="logging"></a> Add telemetry logging
160+
159161
To enable logging of telemetry to your project:
160162

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.
163+
1. Add 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.
162164
163165
:::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":::
164166

articles/ai-studio/tutorials/copilot-sdk-evaluate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This tutorial is part three of a three-part tutorial.
2929
## Prerequisites
3030

3131
- Complete [part 2 of the tutorial series](copilot-sdk-build-rag.md) to build the chat application.
32+
- Make sure you've completed the steps to [add telemetry logging](copilot-sdk-build-rag.md#logging) from part 2.
3233

3334

3435
## <a name="evaluate"></a> Evaluate the quality of the chat app responses

0 commit comments

Comments
 (0)