You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/bing-custom-search-samples.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Use this article to find step-by-step instructions and code samples for using th
63
63
64
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":::
65
65
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`.
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/sharepoint-samples.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,13 @@ Use this article to find step-by-step instructions and code samples for using th
37
37
38
38
Save this endpoint to an environment variable named `SHAREPOINT_RESOURCE_NAME`
39
39
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
+
40
47
## Create a project client
41
48
42
49
Create a client object, which will contain the connection string for connecting to your AI project and other resources.
0 commit comments