Skip to content

Commit 46d369d

Browse files
committed
update
1 parent 199dec1 commit 46d369d

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

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

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -163,28 +163,6 @@ print("Deleted agent")
163163

164164
::: zone pivot="csharp"
165165

166-
* The endpoint for your project. This string is in the format:
167-
168-
`https://<AIFoundryResourceName>.services.ai.azure.com/api/projects/<ProjectName>`
169-
170-
[!INCLUDE [endpoint-string-portal](../../includes/endpoint-string-portal.md)]
171-
172-
Set this endpoint in an environment variable named `ProjectEndpoint`.
173-
174-
* The name of your model deployment.
175-
176-
[!INCLUDE [model-name-portal](../../includes/model-name-portal.md)]
177-
178-
Save the name of your model deployment name as an environment variable named `ModelDeploymentName`.
179-
180-
* The connection ID for your Grounding with Bing Search resource. You can find it in the Azure AI Foundry portal by selecting **Management center** from the left navigation menu. Then selecting **Connected resources**. Then select your bing resource.
181-
182-
:::image type="content" source="../../media/tools/deep-research/bing-resource-name.png" alt-text="A screenshot showing the Grounding with Bing Search resource name. " lightbox="../../media/tools/deep-research/bing-resource-name.png":::
183-
184-
Copy the ID, and save it to an environment variable named `BingConnectionId`.
185-
186-
:::image type="content" source="../../media/tools/deep-research/bing-id.png" alt-text="A screenshot showing the Grounding with Bing Search ID. " lightbox="../../media/tools/deep-research/bing-id.png":::
187-
188166
## Create a project client
189167

190168
Create a client object, which will contain the project endpoint for connecting to your AI project and other resources.

0 commit comments

Comments
 (0)