Skip to content

Commit 1eb6554

Browse files
committed
fixes
1 parent c4393cc commit 1eb6554

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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
@@ -63,7 +63,7 @@ Use this article to find step-by-step instructions and code samples for using th
6363

6464
:::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":::
6565

66-
Save the name of your `o3-deep-research-model` deployment name as an environment variable named `DEEP_RESEARCH_MODEL_DEPLOYMENT_NAME` and Azure OpenAI GPT model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
66+
Save the name of your model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
6767

6868
## Create a project client
6969

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ Use this article to find step-by-step instructions and code samples for using th
3737

3838
Save this endpoint to an environment variable named `SHAREPOINT_RESOURCE_NAME`
3939

40+
41+
* The names of your model's deployment name. You can find it in **Models + Endpoints** in the left navigation menu.
42+
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":::
44+
45+
Save the name of your model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
46+
4047
## Create a project client
4148

4249
Create a client object, which will contain the connection string for connecting to your AI project and other resources.

0 commit comments

Comments
 (0)