Skip to content

Commit 1264e53

Browse files
committed
update
1 parent 1502a79 commit 1264e53

8 files changed

Lines changed: 12 additions & 10 deletions

File tree

articles/azure-resource-manager/bicep/bicep-mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ To run the Azure Bicep MCP server locally for Claude Desktop and Code, OpenAI Co
4141

4242
## Next steps
4343

44-
For a tutorial on how to apply the information in this article, see [Quickstart: Create Bicep files with Visual Studio Code and Bicep MCP server](./quickstart-create-bicep-use-visual-studio-code-mcp.md).
44+
For a tutorial on how to apply the information in this article, see [Quickstart: Create Bicep files with Visual Studio Code and Bicep MCP server](./quickstart-create-bicep-use-visual-studio-code-module-context-protocol.md).

articles/azure-resource-manager/bicep/media/quickstart-create-bicep-use-visual-studio-code-mcp/interpolation-unique-string.png renamed to articles/azure-resource-manager/bicep/media/quickstart-create-bicep-use-visual-studio-code-module-context-protocol/interpolation-unique-string.png

File renamed without changes.

articles/azure-resource-manager/bicep/media/quickstart-create-bicep-use-visual-studio-code-mcp/prompt-add-storage-keep.png renamed to articles/azure-resource-manager/bicep/media/quickstart-create-bicep-use-visual-studio-code-module-context-protocol/prompt-add-storage-keep.png

File renamed without changes.

articles/azure-resource-manager/bicep/media/quickstart-create-bicep-use-visual-studio-code-mcp/prompt-add-storage.png renamed to articles/azure-resource-manager/bicep/media/quickstart-create-bicep-use-visual-studio-code-module-context-protocol/prompt-add-storage.png

File renamed without changes.

articles/azure-resource-manager/bicep/media/quickstart-create-bicep-use-visual-studio-code-mcp/vscode-bicep-mcp-server-deployment-snapshot.png renamed to articles/azure-resource-manager/bicep/media/quickstart-create-bicep-use-visual-studio-code-module-context-protocol/vscode-bicep-mcp-server-deployment-snapshot.png

File renamed without changes.

articles/azure-resource-manager/bicep/media/quickstart-create-bicep-use-visual-studio-code-mcp/vscode-copilot-chat-new.png renamed to articles/azure-resource-manager/bicep/media/quickstart-create-bicep-use-visual-studio-code-module-context-protocol/vscode-copilot-chat-new.png

File renamed without changes.

articles/azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code-mcp.md renamed to articles/azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code-module-context-protocol.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ Use the Copilot chat and the Bicep MCP server to create your Bicep files.
2929
1. From the `File` menu, select `New File` to create a new Bicep file named `main.bicep`.
3030
1. From the `View` menu, select `Chat` to open the Copilot chat pane. Notice the current file context changes to `main.bicep`. If it doesn't, select the `Add context` button to add the file.
3131

32-
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code-mcp/vscode-copilot-chat-new.png" alt-text="Screenshot of Visual Studio Code chat pane.":::
32+
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code-module-context-protocol/vscode-copilot-chat-new.png" alt-text="Screenshot of Visual Studio Code chat pane.":::
3333
1. Select the `Configure tools` icon.
3434
1. Expand Bicep to see the available Bicep MCP server tools. Select `Bicep` if it is not selected, and then select `OK`.
35+
36+
After you add the Bicep MCP server, use the tools it provides in chat. MCP tools work like other tools in VS Code: agents can automatically invoke them or you can explicitly reference them in your prompts.
37+
3538
1. For demonstration purposes, submit the following prompt to ensure the usage of the Bicep MCP server tools.
3639

3740
```
@@ -46,12 +49,12 @@ Use the Copilot chat and the Bicep MCP server to create your Bicep files.
4649
4750
The chat pane lists the Bicep MCP server tools used, and the Bicep file it generated.
4851
49-
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code-mcp/prompt-add-storage.png" alt-text="Screenshot of adding a storage account.":::
52+
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code-module-context-protocol/prompt-add-storage.png" alt-text="Screenshot of adding a storage account.":::
5053
5154
1. Hover your cursor over the generated code, select `Apply in Editor`, and then select `Active editor ...` to add the code to `main.bicep`.
5255
1. In the editor, select `Keep` to confirm the insert. The generated Bicep code might be slightly different from the following screenshot.
5356
54-
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code-mcp/prompt-add-storage-keep.png" alt-text="Screenshot of confirming adding a storage account.":::
57+
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code-module-context-protocol/prompt-add-storage-keep.png" alt-text="Screenshot of confirming adding a storage account.":::
5558
5659
1. Submit the following prompt to update or verify that you have the latest API version:
5760
@@ -97,7 +100,7 @@ Use the Copilot chat and the Bicep MCP server to create your Bicep files.
97100
98101
The "Ran Get deployment snapshot" command runs. You get the result similar to the following screenshot:
99102
100-
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code-mcp/vscode-bicep-mcp-server-deployment-snapshot.png" alt-text="Screenshot of Bicep MCP Server deployment snapshot.":::
103+
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code-module-context-protocol/vscode-bicep-mcp-server-deployment-snapshot.png" alt-text="Screenshot of Bicep MCP Server deployment snapshot.":::
101104
102105
## Deploy the Bicep file
103106

articles/azure-resource-manager/bicep/visual-studio-code.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,14 @@ See [Deployment Pane](./deploy-vscode.md#deployment-pane) for more information.
205205

206206
## Bicep MCP Server
207207

208-
The Bicep MCP server is available starting with Bicep extension version 0.40.2. To set up your environment for Bicep development using Bicep MCP Server in Visual Studio Code, see [Install Bicep tools](./install.md). After completing those steps, you have Visual Studio Code and the Bicep extension installed.
208+
The Bicep MCP (Model Context Protocol) server provides AI agents with tools to help generate high-quality Bicep code. The Bicep MCP server is available starting with Bicep extension version 0.40.2. To set up your environment for Bicep development using Bicep MCP Server in Visual Studio Code, see [Install Bicep tools](./install.md). After completing those steps, you have Visual Studio Code and the Bicep extension installed.
209209

210-
Bicep MCP server doesn't appear under `MCP SERVERS` in the extension view.
210+
> [!NOTE]
211+
> Bicep MCP server doesn't appear under `MCP SERVERS` in the extension view.
211212
212213
For general information abouting using MCP servers in Visual Studio Code, see [Use MCP servers in VS Code](https://code.visualstudio.com/docs/copilot/customization/mcp-servers).
213214

214-
For walking through a quickstart, see [Quickstart: Create Bicep files with Visual Studio Code and Bicep MCP server](./quickstart-create-bicep-use-visual-studio-code-mcp.md).
215+
For walking through a quickstart, see [Quickstart: Create Bicep files with Visual Studio Code and Bicep MCP server](./quickstart-create-bicep-use-visual-studio-code-module-context-protocol.md).
215216

216217
### Start and stop the Bicep MCP server
217218

@@ -228,8 +229,6 @@ For walking through a quickstart, see [Quickstart: Create Bicep files with Visua
228229

229230
### Manage the MCP server
230231

231-
After you add the Bicep MCP server, use the tools it provides in chat. MCP tools work like other tools in VS Code: agents can automatically invoke them or you can explicitly reference them in your prompts.
232-
233232
1. From the `View` menu, select `Chat` to open the Chat pane.
234233
1. Select the `Configure tools` icon.
235234
1. Expand `Bicep` to see the available Bicep MCP server tools. Select which tools the agent can use, and then select `OK`.

0 commit comments

Comments
 (0)