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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ content_well_notification:
8
8
- AI-contribution
9
9
ai-usage: ai-assisted
10
10
ms.topic: how-to
11
-
ms.date: 09/05/2025
11
+
ms.date: 09/09/2025
12
12
ms.reviewer: erichen
13
13
ms.author: johalexander
14
14
author: ms-johnalex
@@ -138,18 +138,18 @@ You can create a new Azure AI Foundry project from the Azure AI Foundry Extensio
138
138
139
139
1. Select the **plus** icon next to **Resources** in the **Resources** section of the Azure AI Foundry Extension view.
140
140
141
-
You can either create a new resource group or select an existing one.
142
-
- To create a new resource group:
141
+
You can either create a new resource group or select an existing one.
142
+
1. To create a new resource group:
143
143
1. In the top center, select **Create new resource group** and press Enter.
144
144
145
145
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-resource-group.png" alt-text="Screenshot of the Choose resource group dropdown with the Create new resource group item highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/select-resource-group.png":::
146
-
147
-
2. In the top center, enter the Azure Resource Group name to use in the **Enter new resource group** textbox and press Enter.
148
146
149
-
3. In the top center, select the location you want to use from the list of available locations and press Enter.
147
+
1. In the top center, enter the Azure Resource Group name to use in the **Enter new resource group** textbox and press Enter.
150
148
151
-
- To use an existing resource group:
152
-
1. In the top center, select the resource group you want to use from the list of available resource groups and press Enter.
149
+
1. In the top center, select the location you want to use from the list of available locations and press Enter.
150
+
151
+
1. To use an existing resource group:
152
+
- In the top center, select the resource group you want to use from the list of available resource groups and press Enter.
153
153
154
154
1. In the top center, enter the Azure AI Foundry Project name to use in the **Enter project name** textbox and press Enter.
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/vs-code-agents.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,14 +129,14 @@ Add a tool to the AI Agent with the following steps:
129
129
1. After entering the required information, select the **Upload and save** button in the bottom-left corner.
130
130
131
131
> [!NOTE]
132
-
> When you add a tool, you can also add any new assets, it needs. For example, if you add a File Search tool, you can use an existing vector store asset or make a new asset for your vector store to host your uploaded files.
132
+
> When you add a tool, you can also add any new assets it needs. For example, if you add a File Search tool, you can use an existing vector store asset or make a new asset for your vector store to host your uploaded files.
133
133
134
134
#### Add an existing MCP Server tool to the AI Agent
135
135
136
136
You can bring multiple remote MCP servers by adding them as tools. For each tool, you need to provide a unique `Server Label` value within the same agent and a `Server URL` value that points to the remote MCP server.
137
137
138
138
> [!WARNING]
139
-
> The remote MCP servers that you decide to use with the MCP tool described in this article were created by third parties, not Microsoft. Microsoft hasn't tested or verified these servers. For more information, see [Considerations for using non-Microsoft services and server](/azure/ai-foundry/agents/how-to/tools/model-context-protocol?branch=pr-en-us-6966#considerations-for-using-non-microsoft-services-and-servers)
139
+
> The remote MCP servers that you decide to use with the MCP tool described in this article were created by third parties, not Microsoft. Microsoft hasn't tested or verified these servers. For more information, see [Considerations for using non-Microsoft services and server](/azure/ai-foundry/agents/how-to/tools/model-context-protocol?branch=pr-en-us-6966#considerations-for-using-non-microsoft-services-and-servers).
140
140
141
141
To add an existing MCP Server tool to your AI Agent, follow these steps:
142
142
@@ -156,7 +156,7 @@ To add an existing MCP Server tool to your AI Agent, follow these steps:
156
156
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-select-mcp-tool.png" alt-text="Screenshot of the MCP Server tool dialog box with the 'Allowed tools' dropdown highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/agent-select-mcp-tool.png":::
157
157
158
158
> [!WARNING]
159
-
> When you add an allowed tool, you can also pass a set of headers that the MCP server requires. Currently, there is an issue when running an agent with MCP server that requires authentication in agent playground. https://github.com/microsoft/ai-foundry-for-vscode/issues/150
159
+
> When you add an allowed tool, you can also pass a set of headers that the MCP server requires. Currently, there is an issue when running an agent with MCP server that requires authentication in agent playground. For more information about this issue: https://github.com/microsoft/ai-foundry-for-vscode/issues/150
160
160
161
161
1. After entering the required information, select the **Create tool** button in the bottom-left corner.
0 commit comments