Skip to content

Commit 51e6739

Browse files
committed
rename installation troubleshooting
1 parent 9995d23 commit 51e6739

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To verify you've installed the extension, open any file with the `.bicep` file e
2727

2828
:::image type="content" source="./media/install/language-mode.png" alt-text="Bicep language mode":::
2929

30-
If you get an error during installation, see [Troubleshoot Bicep installation](install-troubleshooting.md).
30+
If you get an error during installation, see [Troubleshoot Bicep installation](installation-troubleshooting.md).
3131

3232
## Deployment environment
3333

@@ -214,3 +214,5 @@ If you'd like to try the latest pre-release bits of Bicep before they're release
214214
## Next steps
215215

216216
For more information about using Visual Studio Code and the Bicep extension, see [Quickstart: Create Bicep files with Visual Studio Code](./quickstart-create-bicep-use-visual-studio-code.md).
217+
218+
If you have problems with your Bicep installation, see [Troubleshoot Bicep installation](installation-troubleshooting.md).

articles/azure-resource-manager/bicep/install-troubleshooting.md renamed to articles/azure-resource-manager/bicep/installation-troubleshooting.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
title: Set up Bicep development and deployment environments
3-
description: How to configure Bicep development and deployment environments
2+
title: Troubleshoot problems with Bicep installation
3+
description: How to resolve errors and problems with your Bicep installation.
44
ms.topic: conceptual
5-
ms.date: 10/20/2021
6-
ms.custom: devx-track-azurepowershell, devx-track-azurecli
5+
ms.date: 11/18/2021
76
---
87

98
# Troubleshoot Bicep installation
@@ -22,7 +21,7 @@ Failed to install .NET runtime v5.0
2221
Failed to download .NET 5.0.x ....... Error!
2322
```
2423

25-
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:
24+
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:
2625

2726
**Windows**
2827

@@ -62,7 +61,7 @@ To **keep only one installation location**, use the following steps:
6261
1. Open your command prompt (not PowerShell), and run `where bicep`. This command returns the location of the Bicep installation.
6362
1. Delete the installation that was returned in the previous step.
6463
1. Remove the location from your **PATH** environment variable.
65-
1. Add your other installation location to the **PATH** variable. Use the location maintained by Azure CLI. For Windows, the location is `%USERPROFILE%\.Azure\bin`.
64+
1. Add your other installation location to the **PATH** variable. For Windows, the location maintained by Azure CLI is `%USERPROFILE%\.Azure\bin`.
6665

6766
## Next steps
6867

articles/azure-resource-manager/bicep/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
href: install.md
1414
displayName: nightly
1515
- name: Troubleshoot installation
16-
href: install-troubleshooting.md
16+
href: installation-troubleshooting.md
1717
- name: Quickstarts
1818
items:
1919
- name: Create Bicep templates - VS Code

0 commit comments

Comments
 (0)