Skip to content

Commit ce33969

Browse files
authored
Merge pull request #180529 from tfitzmac/1119install2
clarify different locations for manual install
2 parents b190495 + f4bd75e commit ce33969

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set up Bicep development and deployment environments
33
description: How to configure Bicep development and deployment environments
44
ms.topic: conceptual
5-
ms.date: 11/18/2021
5+
ms.date: 11/19/2021
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli
77
---
88

@@ -97,6 +97,8 @@ bicep --version
9797

9898
The following methods install the Bicep CLI and add it to your PATH. You must manually install for any use other than Azure CLI.
9999

100+
When installing manually, select a location that is different than the one managed by Azure CLI. All of the following examples use a location named **bicep** or **.bicep**. This location won't conflict with the location managed by Azure CLI, which uses **.azure**.
101+
100102
- [Linux](#linux)
101103
- [macOS](#macos)
102104
- [Windows](#windows)
@@ -185,7 +187,7 @@ bicep --help
185187

186188
## Install on air-gapped cloud
187189

188-
To install Bicep CLI in an air-gapped environment, you need to download the Bicep CLI executable manually and save it to a certain location.
190+
The `bicep install` and `bicep upgrade` commands don't work in an air-gapped environment. To install Bicep CLI in an air-gapped environment, you need to download the Bicep CLI executable manually and save it to **.azure/bin**. This location is where the instance managed by Azure CLI is installed.
189191

190192
- **Linux**
191193

@@ -202,8 +204,6 @@ To install Bicep CLI in an air-gapped environment, you need to download the Bice
202204
1. Download **bicep-win-x64.exe** from the [Bicep release page](https://github.com/Azure/bicep/releases/latest/) in a non-air-gapped environment.
203205
1. Copy the executable to the **%UserProfile%/.azure/bin** directory on an air-gapped machine.
204206

205-
Note `bicep install` and `bicep upgrade` commands don't work in an air-gapped environment.
206-
207207
## Install the nightly builds
208208

209209
If you'd like to try the latest pre-release bits of Bicep before they're released, see [Install nightly builds](https://github.com/Azure/bicep/blob/main/docs/installing-nightly.md).

0 commit comments

Comments
 (0)