Skip to content

Commit d44e3e3

Browse files
committed
updating image, include
1 parent 9911057 commit d44e3e3

File tree

6 files changed

+17
-8
lines changed

6 files changed

+17
-8
lines changed

articles/ai-foundry/agents/how-to/tools/bing-custom-search-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Use this article to find step-by-step instructions and code samples for using th
6161

6262
* The names of your model's deployment name. You can find it in **Models + Endpoints** in the left navigation menu.
6363

64-
:::image type="content" source="../../media/tools/model-deployment-4o.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/model-deployment-4o.png":::
64+
:::image type="content" source="../../media/tools/model-deployment-portal.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/model-deployment-portal.png":::
6565

6666
Save the name of your model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
6767

articles/ai-foundry/agents/how-to/tools/fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need to first build and publish a Fabric data agent and then connect your Fa
5151

5252
* The names of your model's deployment name. You can find it in **Models + Endpoints** in the left navigation menu.
5353

54-
:::image type="content" source="../../media/tools/model-deployment-4o.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/model-deployment-4o.png":::
54+
:::image type="content" source="../../media/tools/model-deployment-portal.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/model-deployment-portal.png":::
5555

5656
Save the name of your model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
5757

articles/ai-foundry/agents/how-to/tools/sharepoint-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use this article to find step-by-step instructions and code samples for using th
4040

4141
* The names of your model's deployment name. You can find it in **Models + Endpoints** in the left navigation menu.
4242

43-
:::image type="content" source="../../media/tools/model-deployment-4o.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/model-deployment-4o.png":::
43+
:::image type="content" source="../../media/tools/model-deployment-portal.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/model-deployment-portal.png":::
4444

4545
Save the name of your model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
4646

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
manager: nitinme
3+
author: aahill
4+
ms.author: aahi
5+
ms.service: azure-ai-agent-service
6+
ms.topic: include
7+
ms.date: 07/10/2025
8+
---
9+
10+
You also need your model's deployment name. You can find it in **Models + Endpoints** in the left navigation menu.
11+
12+
:::image type="content" source="../media/tools/model-deployment-portal.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../media/tools/model-deployment-portal.png":::

articles/ai-foundry/agents/includes/quickstart-csharp.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,9 @@ For example, your endpoint may look something like:
5252

5353
`https://myresource.services.ai.azure.com/api/projects/myproject`
5454

55-
Set this endpoint in an appsetting variable named `ProjectEndpoint`.
55+
Set this endpoint in an environment variable variable named `ProjectEndpoint`.
5656

57-
58-
You also need your model's deployment name. You can find it in **Models + Endpoints** in the left navigation menu.
59-
60-
:::image type="content" source="../media/tools/model-deployment-4o.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/model-deployment-4o.png":::
57+
[!INCLUDE [model-name-portal](model-name-portal.md)]
6158

6259
Save the name of your model deployment name as an environment variable named `ModelDeploymentName`.
6360

0 commit comments

Comments
 (0)