Skip to content

Commit fec9d10

Browse files
committed
update
1 parent 2c0703e commit fec9d10

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/azure-resource-manager/bicep/install.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,17 @@ To verify you've installed the extension, open any file with the `.bicep` file e
2929

3030
### Troubleshoot
3131

32-
When install the Bicep extension for Visual Studio Code, you may run into the following error messages:
32+
When installing the Bicep extension for Visual Studio Code, you may run into the following error messages:
3333

3434
```error
3535
Failed to install .NET runtime v5.0
3636
```
3737

38-
or
39-
4038
```error
4139
Failed to download .NET 5.0.x ....... Error!
4240
```
4341

44-
To solve the problem, you can manually install .NET from the [.NET website](https://aka.ms/dotnet-core-download), and then configure Visual Studio Code to reuse an existing installation of .NET. by using the following settings:
42+
To solve the problem, you can manually install .NET from the [.NET website](https://aka.ms/dotnet-core-download), and then configure Visual Studio Code to reuse an existing installation of .NET. with the following settings:
4543

4644
**Windows**
4745

@@ -157,7 +155,7 @@ bicep --help
157155
158156
### macOS
159157

160-
#### via homebrew
158+
#### Via homebrew
161159

162160
```sh
163161
# Add the tap for bicep
@@ -167,7 +165,7 @@ brew tap azure/bicep
167165
brew install bicep
168166
```
169167

170-
#### via BASH
168+
#### Via BASH
171169

172170
```sh
173171
# Fetch the latest Bicep CLI binary

0 commit comments

Comments
 (0)