Skip to content

Commit 9dbdda7

Browse files
Merge pull request #1943 from lindazqli/patch-12
Update bing-grounding.md
2 parents df179e9 + bf4d7db commit 9dbdda7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/ai-services/agents/how-to/tools/bing-grounding.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,19 @@ Developers and end users don't have access to raw content returned from Groundin
3333
> [!NOTE]
3434
> Grounding with Bing Search only works with the following Azure OpenAI models: `gpt-3.5-turbo-0125`, `gpt-4-0125-preview`, `gpt-4-turbo-2024-04-09`, `gpt-4o-0513`
3535
36+
In one click, you can start creating a **new Azure AI Foundry project and Grounding with Bing Search resource** with the available [deployment template](../../quickstart.md#choose-basic-or-standard-agent-setup). After the deployment, you can find your resources including: an AI hub, project, Grounding with Bing Search resource and more created in your resource group. You can find your Grounding with Bing Search connection in the **connected resources** for your project in Azure AI Foundry portal.
37+
38+
:::image type="content" source="../../media/tools/bing/connected-resources.png" alt-text="A screenshot showing the connected resources for a project in the Azure AI Foundry portal." lightbox="../../media/tools/bing/connected-resources.png":::
39+
40+
1. If you already have a Grounding with Bing Search resource, you can provide your resource ID in the bicep file. Your resource ID should be in this format `/subscriptions/{subscription ID}/resourceGroups/{resource group name}/providers/Microsoft.Bing/accounts/{resource name}`. Replace the following empty string with your resource ID:
41+
```bicep
42+
@description('The full ARM Bing Resource ID. This is an optional field, and if not provided, the resource will be created.')
43+
param bingSearchResourceID string = ''
44+
```
45+
46+
47+
Alternatively, you can also follow the step-by-step guide below:
48+
3649
1. Create a standard Azure AI Agent by following the steps in the [quickstart](../../quickstart.md).
3750
3851
1. Register the Bing Search provider.

0 commit comments

Comments
 (0)