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/how-to/develop/get-started-projects-vs-code.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ manager: mcleans
6
6
ms.service: azure-ai-foundry
7
7
content_well_notification:
8
8
- AI-contribution
9
+
ai-usage: ai-assisted
9
10
ms.topic: how-to
10
-
ms.date: 04/28/2025
11
+
ms.date: 05/07/2025
11
12
ms.reviewer: erichen
12
13
ms.author: johalexander
13
14
author: ms-johnalex
@@ -30,7 +31,7 @@ With Azure AI Foundry, you can:
30
31
31
32
With the Azure AI Foundry for Visual Studio Code extension, you can accomplish much of this workflow directly from Visual Studio Code. It also comes with other features, such as code templates, playgrounds, and integration with other VS Code extensions and features.
32
33
33
-
This article shoes you how to quickly get started using the features of the Azure AI Foundry for Visual Studio Code extension.
34
+
This article shows you how to quickly get started using the features of the Azure AI Foundry for Visual Studio Code extension.
@@ -298,14 +299,6 @@ You can also open the model playground using the following steps:
298
299
299
300
The Azure resources that you created in this article are billed to your Azure subscription. If you don't expect to need these resources in the future, delete them to avoid incurring more charges.
300
301
301
-
### Delete your agents
302
-
303
-
1. In the VS Code navbar, refresh the **Azure AI Foundry Extension**. In the **Resources** section, expand the **Agents** subsection to display the list of deployed agents.
304
-
305
-
1. Right-click on your deployed agent to delete and select the **Delete** option.
306
-
307
-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/delete-agent.png" alt-text="Screenshot of the AI Foundry portal with 'Agents' from the navigation menu on the left and the **Delete** button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/delete-agent.png":::
308
-
309
302
### Delete your models
310
303
311
304
1. In the VS Code navbar, refresh the **Azure AI Foundry Extension**. In the **Resources** section, expand the **Models** subsection to display the list of deployed models.
The Agent Designer adds tools to an AI Agent via .yaml files.
113
126
114
127
Create a tool configuration .yaml file using the following steps:
115
128
116
-
1. Perform any setup steps that might be required. See the article for the tool you’re interested in using. For example, [Grounding with Bing search](/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=overview#setup).
129
+
1. Choose a tool from the [available tools for Azure AI Agents](#available-tools-for-azure-ai-agents). Perform any setup steps that might be required. For example, [Grounding with Bing search](/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=overview#setup).
117
130
118
131
1. Once you complete the setup, create a yaml code file that specifies the tool’s configuration. For example, this format for Grounding with Bing Search:
119
132
120
133
```yml
121
134
type: bing_grounding
122
-
name: bing_search
123
-
configuration:
135
+
options:
124
136
tool_connections:
125
137
- >-
126
138
/subscriptions/<Azure Subscription ID>/resourceGroups/<Azure Resource Group name>/providers/Microsoft.MachineLearningServices/workspaces/<Azure AI Foundry Project name>/connections/<Bing connection name>
0 commit comments