Skip to content

Commit 6b6da95

Browse files
Merge pull request #1979 from lindazqli/patch-17
remove arm template support
2 parents 09d386a + bb0eb71 commit 6b6da95

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

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

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,7 @@ Developers and end users don't have access to raw content returned from Groundin
3434
> 1. 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
> 1. It works in the following regions: `France Central`, `Japan East`, `Korea Central`, `West Central US`, `West US`, `West US 2`, `West US 3`, `UK South`
3636
37-
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.
38-
39-
:::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":::
40-
41-
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:
42-
```bicep
43-
@description('The full ARM Bing Resource ID. This is an optional field, and if not provided, the resource will be created.')
44-
param bingSearchResourceID string = ''
45-
```
46-
47-
48-
Alternatively, you can also follow the step-by-step guide below:
49-
50-
1. Create a standard Azure AI Agent by following the steps in the [quickstart](../../quickstart.md).
37+
1. Create an Azure AI Agent by following the steps in the [quickstart](../../quickstart.md).
5138

5239
1. Register the Bing Search provider.
5340

0 commit comments

Comments
 (0)