Skip to content

Commit 5a181d4

Browse files
committed
edit
1 parent c1c9b56 commit 5a181d4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -252,18 +252,18 @@ To use deployment pane:
252252
1. Open a `.bicep` or `.bicepparam` file in VS Code.
253253
1. Select the show deployment pane button on the upper right corner as shown in the following screenshot:
254254

255-
:::image type="content" source="./media/visual-studio-code/visual-studio-code-open-deployment-pane.png" alt-text="Sceenshot of the open deployment pane button.":::
256-
257-
By default, VS Code opens the deployment pane on the side. To open it in a new tab, hold <kbd>Alt</kbd> while selecting the button.
258-
259-
Another way to open the deployment pane is through the command palette. Press <kbd>Ctrl</kdb>+<kbd>Shift</kbd>+<kbd>P</kbd>), then select either **Show Deployment Pane** or **Show Deployment Pane to the Side**.
260-
261-
:::image type="content" source="./media/visual-studio-code/visual-studio-code-show-deployment-pane.png" alt-text="Sceenshot of show deployment pane in command palette.":::
262-
263-
The following screenshot shows a successful deployment with the Bicep file validation results.
264-
265-
:::image type="content" source="./media/visual-studio-code/visual-studio-code-show-deployment-pane.png" alt-text="Sceenshot of show deployment pane in command palette.":::
266-
255+
:::image type="content" source="./media/visual-studio-code/visual-studio-code-open-deployment-pane.png" alt-text="Sceenshot of the open deployment pane button.":::
256+
257+
By default, VS Code opens the deployment pane on the side. To open it in a new tab, hold <kbd>Alt</kbd> while selecting the button.
258+
259+
Another way to open the deployment pane is through the command palette. Press <kbd>Ctrl</kdb>+<kbd>Shift</kbd>+<kbd>P</kbd>, then select either **Show Deployment Pane** or **Show Deployment Pane to the Side**.
260+
261+
:::image type="content" source="./media/visual-studio-code/visual-studio-code-show-deployment-pane.png" alt-text="Sceenshot of show deployment pane in command palette.":::
262+
263+
The following screenshot shows a successful deployment with the Bicep file validation results.
264+
265+
:::image type="content" source="./media/visual-studio-code/visual-studio-code-deployment-pane.png" alt-text="Sceenshot of show deployment pane in command palette.":::
266+
267267
1. Select **Change Scope** to define the deployment scope. After authentication, you're able to select the subscription and the resource group of your desired deployment.
268268
1. Select **Pick JSON Parameters File** to select a JSON parameter file.
269269
1. Select your desired action - **Deploy**, **Validate**, or **What-if**.

0 commit comments

Comments
 (0)