Skip to content

Commit bedcc63

Browse files
committed
headings
1 parent ecb97b6 commit bedcc63

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/ai-foundry/concepts/trace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Trace your application with Azure AI Foundry Project Library
2+
title: Trace your application with Azure AI Foundry project library
33
titleSuffix: Azure AI Foundry
44
description: This article provides an overview of tracing with the Azure AI Foundry SDK.
55
manager: scottpolly
@@ -13,7 +13,7 @@ ms.author: lagayhar
1313
author: lgayhardt
1414
---
1515

16-
# Trace your application with Azure AI Foundry Project Library Overview
16+
# Trace your application with Azure AI Foundry project library overview
1717

1818
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
1919

@@ -75,5 +75,5 @@ Azure AI's tracing capabilities are designed to empower developers with the tool
7575

7676
## Related content
7777

78-
- [Trace your application with Azure AI Foundry Project Library](../how-to/develop/trace-local-sdk.md)
78+
- [Trace your application with Azure AI Foundry project library](../how-to/develop/trace-local-sdk.md)
7979
- [Visualize your traces](../how-to/develop/visualize-traces.md)

articles/ai-foundry/how-to/develop/trace-local-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to trace your application with Azure AI Inference SDK
33
titleSuffix: Azure AI Foundry
4-
description: This article provides instructions on how to trace your application with Azure AI Inference SDK.
4+
description: This article provides instructions on how to trace your application with Azure AI Inference SDK.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.custom:
@@ -14,7 +14,7 @@ ms.author: lagayhar
1414
author: lgayhardt
1515
---
1616

17-
# How to trace your application with Azure AI Foundry Project Library
17+
# How to trace your application with Azure AI Foundry project library
1818

1919
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
2020

@@ -28,7 +28,7 @@ In this article, you'll learn how to trace your application with Azure AI Foundr
2828
- If using Python, you need Python 3.8 or later installed, including pip.
2929
- If using JavaScript, the supported environments are LTS versions of Node.js.
3030

31-
## Tracing using Azure AI Foundry Project Library
31+
## Tracing using Azure AI Foundry project library
3232

3333
# [Python](#tab/python)
3434

@@ -255,7 +255,7 @@ Install the package `opentelemetry-instrumentation-langchain` using your package
255255
pip install opentelemetry-instrumentation-langchain
256256
```
257257

258-
Once necessary packages are installed, you can easily enable tracing via [Tracing using Azure AI Foundry Project Library](#tracing-using-azure-ai-foundry-project-library)
258+
Once necessary packages are installed, you can easily enable tracing via [Tracing using Azure AI Foundry project library](#tracing-using-azure-ai-foundry-project-library)
259259

260260
# [JavaScript](#tab/javascript)
261261
Currently this is supported in Python only.

0 commit comments

Comments
 (0)