Skip to content

Commit 9156a23

Browse files
committed
updates2
1 parent cc3364a commit 9156a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
@@ -11,7 +11,7 @@ ms.custom: mode-ui, devx-track-bicep
1111

1212
This quickstart guides you through the steps to create a [Bicep file](overview.md) with Visual Studio Code. You create a storage account and a virtual network. You also learn how the Bicep extension simplifies development by providing type safety, syntax validation, and autocompletion.
1313

14-
Similar authoring experience is also supported in Visual Studio. See [Quickstart: Create Bicep files with Visual Studio](./quickstart-create-bicep-use-visual-studio.md).
14+
Similar authoring experience is also supported in Visual Studio. See [Quickstart: Create Bicep files with Visual Studio](./quickstart-create-bicep-use-visual-studio.md).
1515

1616
## Prerequisites
1717

@@ -135,7 +135,7 @@ Your parameters are ready to use.
135135

136136
Instead of using a snippet to define the storage account, you use IntelliSense to set the values. IntelliSense makes this step easier than having to manually type the values.
137137

138-
To define a resource, use the `resource` keyword. Below your virtual network, type **resource exampleStorage**:
138+
To define a resource, use the `resource` keyword. Below your virtual network, type **resource exampleStorage**:
139139

140140
```bicep
141141
resource exampleStorage

0 commit comments

Comments
 (0)