Skip to content

Commit 759cff4

Browse files
committed
adding pricing note
1 parent 54cbacf commit 759cff4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/ai-services/agents/concepts/tracing.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ After selecting **Thread info**, the screen that appears will be let you view th
3636
> :::image type="content" source="../media/thread-highlight.png" alt-text="A screenshot of the create and debug screen." lightbox="../media/thread-highlight.png":::
3737
> You will be able to see the **Thread info** button at the top of the screen to view the trace.
3838
39+
40+
> [!NOTE]
41+
> Observability features such as Risk and Safety Evaluation are billed based on consumption as listed in the [Azure pricing page](https://azure.microsoft.com/pricing/details/ai-foundry/).
42+
43+
3944
## Trace agents using OpenTelemetry and an Application Insights resource
4045

4146
Tracing lets you analyze your agent's performance and behavior by using OpenTelemetry and adding an Application Insights resource to your Azure AI Foundry project.
@@ -76,5 +81,3 @@ Once you have the packages installed, you can use one the following Python sampl
7681
* [Basic agent example](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_basics_with_console_tracing.py)
7782
* [Agent example with function calling](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_functions_with_console_tracing.py)
7883
* [Example with a stream event handler](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_stream_eventhandler_with_console_tracing.py)
79-
80-

0 commit comments

Comments
 (0)