Skip to content

Commit cef38c9

Browse files
committed
modify qs
1 parent ea0e931 commit cef38c9

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Include file
3+
description: Include file
4+
author: sgilley
5+
ms.author: sgilley
6+
ms.service: azure-ai-foundry
7+
ms.topic: include
8+
ms.date: 05/13/2025
9+
ms.custom: include file
10+
---
11+
12+
Copy the **Azure AI Foundry project endpoint** in the **Overview** section of your project. You'll need it in the code below.
13+
14+
:::image type="content" source="../media/how-to/projects/fdp-project-overview.png" alt-text="Screenshot shows the project overview for a Foundry project.":::
15+
16+
> [!TIP]
17+
> If you don't see the **Azure AI Foundry project endpoint**, you're using a [!INCLUDE [hub-project-name](hub-project-name.md)]. (See [Types of projects](../what-is-azure-ai-foundry.md#project-types)). Make sure you follow the steps in the preceding section to create a [!INCLUDE [fdp-project-name](fdp-project-name.md)] instead.

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The Azure AI Foundry SDK is available in multiple languages, including Python, J
4545

4646
You now have both a project and a model available for your agent.
4747

48-
### Set up your environment
48+
## Set up your environment
4949

5050
# [Azure AI Foundry portal](#tab/azure-ai-foundry)
5151

@@ -60,6 +60,7 @@ No installation is necessary to use the Azure AI Foundry portal.
6060
pip install openai azure-ai-projects azure-identity
6161
```
6262
63+
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
6364
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your Python scripts.
6465
6566
> [!TIP]

articles/ai-foundry/what-is-azure-ai-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This table summarizes features available in the two project types:
6060
| Managed compute | ||
6161
| Required Azure dependencies | - | Azure Storage account, Azure Key Vault |
6262

63-
## How do I know which type of project I have?
63+
### How do I know which type of project I have?
6464

6565
Here are some of the ways to identify your project type:
6666

0 commit comments

Comments
 (0)