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/azure-resource-manager/bicep/deploy-vscode.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,33 +15,33 @@ From an opened Bicep file in VS Code, there are there ways you can find the comm
15
15
16
16
- Right-click the Bicep file name from the Explorer pane, not the one under **OPEN EDITORS**:
17
17
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.":::
19
19
20
20
- Right-click anywhere inside a Bicep file, and then select **Deploy Bicep File**.
21
21
22
22
- Select **Command Palette** from the **View** menu, and then select **Bicep: Deploy Bicep File**.
23
23
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.":::
25
25
26
26
After you select the command, you follow the wizard to enter the values:
27
27
28
28
1. Sign in to Azure and select subscription.
29
29
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.":::
31
31
32
32
1. Select or create a resource group.
33
33
34
34
1. Select a parameter file or select **None** to enter the parameter values.
35
35
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.":::
37
37
38
38
1. If you choose **None**, enter the parameter values.
39
39
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.":::
41
41
42
42
After you enter the values, you have the option to create a parameters file from values used in this deployment:
43
43
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.":::
45
45
46
46
If you select **Yes**, a parameter file with the file name **<Bicep-file-name>.parameters.json** is created in the same folder.
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,14 +212,14 @@ The visualizer shows the resources defined in the Bicep file with the resource d
212
212
213
213
1. Right-click the Bicep file inside the VSCode, and then select **Deploy Bicep file**.
214
214
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.":::
216
216
217
217
1. From the **Select Resource Group** listbox on the top, select **Create new Resource Group**.
218
218
1. Enter **exampleRG** as the resource group name, and then press **[ENTER]**.
219
219
1. Select a location for the resource group, and then press **[ENTER]**.
220
220
1. From **Select a parameter file**, select **None**.
221
221
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.":::
223
223
224
224
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.
225
225
1. From **Create parameters file from values used in this deployment?**, select **No**.
0 commit comments