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/quickstart-create-bicep-use-visual-studio-code.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ In *main.bicep*, type **vnet**, and then select **res-vnet** from the list, and
30
30
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code/add-snippet.png" alt-text="Screenshot of adding snippet for virtual network.":::
31
31
32
32
> [!TIP]
33
-
> If you don't see those intellisense options in VS Code, make sure you've installed the Bicep extension as specified in [Prerequisites](#prerequisites). If you have installed the extension, give the Bicep language service some time to start after opening your Bicep file. It usually starts quickly, but you'll not have intellisense options until it starts. A notification in the lower right corner indicates that the service is starting. When that notification disappears, the service is running.
33
+
> If you don't see those intellisense options in VS Code, make sure you've installed the Bicep extension as specified in [Prerequisites](#prerequisites). If you have installed the extension, give the Bicep language service some time to start after opening your Bicep file. It usually starts quickly, but you don't have intellisense options until it starts. A notification in the lower right corner indicates that the service is starting. When that notification disappears, the service is running.
34
34
35
35
Your Bicep file now contains the following code:
36
36
@@ -80,7 +80,7 @@ name: 'exampleVNet'
80
80
81
81
The code snippet you added in the last section misses a parameter definition.
82
82
83
-
At the top of the file, add
83
+
At the top of the file, add:
84
84
85
85
```bicep
86
86
param location
@@ -235,7 +235,7 @@ The visualizer shows the resources defined in the Bicep file with the resource d
235
235
236
236
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code/vscode-bicep-deploy.png" alt-text="Screenshot of Deploy Bicep file.":::
237
237
238
-
1.From **Please enter name for deployment**textbox, type **deployStorageAndVNet**, and then press **[ENETER]**.
238
+
1.In the **Please enter name for deployment**text box, type **deployStorageAndVNet**, and then press **[ENTER]**.
239
239
1. From the **Select Resource Group** listbox on the top, select **Create new Resource Group**.
240
240
1. Enter **exampleRG** as the resource group name, and then press **[ENTER]**.
241
241
1. Select a location for the resource group, select **Central US** or a location of your choice, and then press **[ENTER]**.
0 commit comments