Skip to content

Commit ba2c21c

Browse files
authored
Apply suggestions from code review
1 parent 25dd1c4 commit ba2c21c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/azure-resource-manager/bicep/deploy-vscode.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@ From an opened Bicep file in VS Code, there are there ways you can find the comm
1515

1616
- Right-click the Bicep file name from the Explorer pane, not the one under **OPEN EDITORS**:
1717

18-
:::image type="content" source="./media/deploy-vscode/bicep-deploy-from-explorer.png" alt-text="Screenshot of Deploying Bicep File in the Context menu from the explore pane":::
18+
:::image type="content" source="./media/deploy-vscode/bicep-deploy-from-explorer.png" alt-text="Screenshot of Deploying Bicep File in the Context menu from the explore pane.":::
1919

2020
- Right-click anywhere inside a Bicep file, and then select **Deploy Bicep File**.
2121

2222
- Select **Command Palette** from the **View** menu, and then select **Bicep: Deploy Bicep File**.
2323

24-
:::image type="content" source="./media/deploy-vscode/bicep-deploy-from-command-palette.png" alt-text="Screenshot of Deploy Bicep File in the Context menu":::
24+
:::image type="content" source="./media/deploy-vscode/bicep-deploy-from-command-palette.png" alt-text="Screenshot of Deploy Bicep File in the Context menu.":::
2525

2626
After you select the command, you follow the wizard to enter the values:
2727

2828
1. Sign in to Azure and select subscription.
2929

30-
:::image type="content" source="./media/deploy-vscode/bicep-deploy-select-subscription.png" alt-text="Screenshot of Select subscription":::
30+
:::image type="content" source="./media/deploy-vscode/bicep-deploy-select-subscription.png" alt-text="Screenshot of Select subscription.":::
3131

3232
1. Select or create a resource group.
3333

3434
1. Select a parameter file or select **None** to enter the parameter values.
3535

36-
:::image type="content" source="./media/deploy-vscode/bicep-deploy-select-parameter-file.png" alt-text="Screenshot of Select parameter file":::
36+
:::image type="content" source="./media/deploy-vscode/bicep-deploy-select-parameter-file.png" alt-text="Screenshot of Select parameter file.":::
3737

3838
1. If you choose **None**, enter the parameter values.
3939

40-
:::image type="content" source="./media/deploy-vscode/bicep-deploy-enter-parameter-values.png" alt-text="Screenshot of Enter parameter values":::
40+
:::image type="content" source="./media/deploy-vscode/bicep-deploy-enter-parameter-values.png" alt-text="Screenshot of Enter parameter values.":::
4141

4242
After you enter the values, you have the option to create a parameters file from values used in this deployment:
4343

44-
:::image type="content" source="./media/deploy-vscode/bicep-deploy-create-parameter-file.png" alt-text="Screenshot of Create parameter file":::
44+
:::image type="content" source="./media/deploy-vscode/bicep-deploy-create-parameter-file.png" alt-text="Screenshot of Create parameter file.":::
4545

4646
If you select **Yes**, a parameter file with the file name **<Bicep-file-name>.parameters.json** is created in the same folder.
4747

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ The visualizer shows the resources defined in the Bicep file with the resource d
212212

213213
1. Right-click the Bicep file inside the VSCode, and then select **Deploy Bicep file**.
214214

215-
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code/vscode-bicep-deploy.png" alt-text="Screenshot of Deploy Bicep file":::
215+
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code/vscode-bicep-deploy.png" alt-text="Screenshot of Deploy Bicep file.":::
216216

217217
1. From the **Select Resource Group** listbox on the top, select **Create new Resource Group**.
218218
1. Enter **exampleRG** as the resource group name, and then press **[ENTER]**.
219219
1. Select a location for the resource group, and then press **[ENTER]**.
220220
1. From **Select a parameter file**, select **None**.
221221

222-
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code/vscode-bicep-select-parameter-file.png" alt-text="Screenshot of Select parameter file":::
222+
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code/vscode-bicep-select-parameter-file.png" alt-text="Screenshot of Select parameter file.":::
223223

224224
1. Enter a unique storage account name, and then press **[ENTER]**. If you get an error message indicating the storage account is already taken, the storage name you provided is in use. Provide a name that is more likely to be unique.
225225
1. From **Create parameters file from values used in this deployment?**, select **No**.

0 commit comments

Comments
 (0)