Skip to content

Commit 2452001

Browse files
Update links and title in trace-local-sdk.md
1 parent fab7bb2 commit 2452001

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: lagayhar
1414
author: lgayhardt
1515
---
1616

17-
# How to trace your application with Azure AI Foundry SDK
17+
# How to trace your application with Azure AI Foundry Project
1818

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

@@ -23,14 +23,14 @@ In this article you'll learn how to trace your application with Azure AI Foundry
2323
### Prerequisites
2424

2525
- An [Azure Subscription](https://azure.microsoft.com/).
26-
- An Azure AI project, see [Create a project in Azure AI Foundry portal](../create-projects.md).
26+
- An Azure AI project, see [Create a project in Azure AI Foundry portal](https://learn.microsoft.com/en-us/azure/ai-studio/how-to/create-projects?tabs=ai-studio).
2727
- An AI model supporting the [Azure AI model inference API](https://aka.ms/azureai/modelinference) deployed through Azure AI Foundry.
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

3131
## Tracing using Azure AI Foundry Project
3232
# [Python](#tab/python)
33-
The best way to get started using the Azure AI Foundry SDK is by using a project. AI projects connect together different data, assets, and services you need to build AI applications. The AI project client allows you to easily access these project components from your code by using a single connection string. First follow steps to [create an AI Project](../create-projects.md) if you don't have one already.
33+
The best way to get started using the Azure AI Foundry SDK is by using a project. AI projects connect together different data, assets, and services you need to build AI applications. The AI project client allows you to easily access these project components from your code by using a single connection string. First follow steps to [create an AI Project](https://learn.microsoft.com/en-us/azure/ai-studio/how-to/create-projects?tabs=ai-studio) if you don't have one already.
3434
To enable tracing, first ensure your project has an attached Application Insights resource. Go to the **Tracing** page of your project and follow instructions to create or attach Application Insights. If one was enabled, you can get the Application Insights connection string, and observe the full execution path through Azure Monitor.
3535

3636
Make sure to install following packages via

0 commit comments

Comments
 (0)