Skip to content

Commit 6c5d7b1

Browse files
authored
Apply suggestions from code review
Grammar fixes and typos
1 parent 8658d65 commit 6c5d7b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In *main.bicep*, type **vnet**, and then select **res-vnet** from the list, and
3030
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code/add-snippet.png" alt-text="Screenshot of adding snippet for virtual network.":::
3131

3232
> [!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.
3434
3535
Your Bicep file now contains the following code:
3636

@@ -80,7 +80,7 @@ name: 'exampleVNet'
8080

8181
The code snippet you added in the last section misses a parameter definition.
8282

83-
At the top of the file, add
83+
At the top of the file, add:
8484

8585
```bicep
8686
param location
@@ -235,7 +235,7 @@ The visualizer shows the resources defined in the Bicep file with the resource d
235235

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

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]**.
239239
1. From the **Select Resource Group** listbox on the top, select **Create new Resource Group**.
240240
1. Enter **exampleRG** as the resource group name, and then press **[ENTER]**.
241241
1. Select a location for the resource group, select **Central US** or a location of your choice, and then press **[ENTER]**.

0 commit comments

Comments
 (0)