Skip to content

Commit 2d8e12a

Browse files
committed
docs
1 parent 0fb8429 commit 2d8e12a

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

docs/docs/includes/introduction-event.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,17 +183,6 @@ Next, we log in to Azure AI Foundry to retrieve the project endpoint, which the
183183
dotnet user-secrets set "Azure:ModelName" "gpt-4o-mini"
184184
```
185185
186-
4. Add the **Bing connection ID** to the user secrets for grounding with Bing search.
187-
188-
```powershell
189-
$subId = $(az account show --query id --output tsv)
190-
$rgName = "rg-agent-workshop"
191-
$aiAccount = "<ai_account_name>" # Replace with the actual AI account name
192-
$aiProject = "<ai_project_name>" # Replace with the actual AI project name
193-
$bingConnectionId = "/subscriptions/$subId/resourceGroups/$rgName/providers/Microsoft.CognitiveServices/accounts/$aiAccount/projects/$aiProject/connections/groundingwithbingsearch"
194-
dotnet user-secrets set "Azure:BingConnectionId" "$bingConnectionId"
195-
```
196-
197186
## Project Structure
198187
199188
Be sure to familiarize yourself with the key **subfolders** and **files** you’ll be working with throughout the workshop.

docs/docs/summary.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ This workshop demonstrated how to leverage the Foundry Agent Service to create a
1818

1919
- The agent can create downloadable files, including Excel, CSV, JSON, and image formats, providing users with flexible options to analyze and share data.
2020

21-
## 5. Grounding with Bing
22-
23-
- By integrating Bing search, the agent can perform grounded searches for competitive product analysis, expanding its insights beyond internal data sources.
24-
2521
## 6. Security Best Practices
2622

2723
- Security risks, such as SQL injection, are mitigated by enforcing read-only database access and running the app within a secure environment.

0 commit comments

Comments
 (0)