Skip to content

Commit 868e539

Browse files
authored
Merge pull request #191789 from mumian/0315-bicep-registry-cache
0315 bicep registry cache
2 parents 686bc34 + 50fe637 commit 868e539

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

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

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: Bicep CLI commands and overview
33
description: Describes the commands that you can use in the Bicep CLI. These commands include building Azure Resource Manager templates from Bicep.
44
ms.topic: conceptual
5-
ms.date: 12/08/2021
5+
ms.date: 03/15/2022
66
---
7+
78
# Bicep CLI commands
89

910
This article describes the commands you can use in the Bicep CLI. You must have the [Bicep CLI installed](./install.md) to run the commands.
@@ -162,11 +163,19 @@ module stgModule 'br:exampleregistry.azurecr.io/bicep/modules/storage:v1' = {
162163
}
163164
```
164165

165-
The local cache is found at:
166+
The local cache is found in:
166167

167-
```path
168-
%USERPROFILE%\.bicep\br\<registry-name>.azurecr.io\<module-path\<tag>
169-
```
168+
- On Windows
169+
170+
```path
171+
%USERPROFILE%\.bicep\br\<registry-name>.azurecr.io\<module-path\<tag>
172+
```
173+
174+
- On Linux
175+
176+
```path
177+
/home/<username>/.bicep
178+
```
170179
171180
## upgrade
172181
@@ -202,6 +211,6 @@ If you haven't installed Bicep CLI, you see an error indicating Bicep CLI wasn't
202211

203212
To learn about deploying a Bicep file, see:
204213

205-
* [Azure CLI](deploy-cli.md)
206-
* [Cloud Shell](deploy-cloud-shell.md)
207-
* [PowerShell](deploy-powershell.md)
214+
- [Azure CLI](deploy-cli.md)
215+
- [Cloud Shell](deploy-cloud-shell.md)
216+
- [PowerShell](deploy-powershell.md)

0 commit comments

Comments
 (0)