Skip to content

Commit edcd0e0

Browse files
committed
updated based on feedback
1 parent 0b02ded commit edcd0e0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/ai-foundry/how-to/develop/get-started-projects-vs-code.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content_well_notification:
88
- AI-contribution
99
ai-usage: ai-assisted
1010
ms.topic: how-to
11-
ms.date: 09/05/2025
11+
ms.date: 09/09/2025
1212
ms.reviewer: erichen
1313
ms.author: johalexander
1414
author: ms-johnalex
@@ -138,18 +138,18 @@ You can create a new Azure AI Foundry project from the Azure AI Foundry Extensio
138138

139139
1. Select the **plus** icon next to **Resources** in the **Resources** section of the Azure AI Foundry Extension view.
140140

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:
143143
1. In the top center, select **Create new resource group** and press Enter.
144144

145145
:::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.
148146

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.
150148

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.
153153

154154
1. In the top center, enter the Azure AI Foundry Project name to use in the **Enter project name** textbox and press Enter.
155155

articles/ai-foundry/how-to/develop/vs-code-agents.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ Add a tool to the AI Agent with the following steps:
129129
1. After entering the required information, select the **Upload and save** button in the bottom-left corner.
130130
131131
> [!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.
133133
134134
#### Add an existing MCP Server tool to the AI Agent
135135
136136
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.
137137

138138
> [!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).
140140

141141
To add an existing MCP Server tool to your AI Agent, follow these steps:
142142

@@ -156,7 +156,7 @@ To add an existing MCP Server tool to your AI Agent, follow these steps:
156156
:::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":::
157157

158158
> [!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
160160

161161
1. After entering the required information, select the **Create tool** button in the bottom-left corner.
162162

0 commit comments

Comments
 (0)