Skip to content

Commit f85d626

Browse files
authored
Merge pull request #174249 from tfitzmac/1001install
highlight required version
2 parents 66af59c + 264375b commit f85d626

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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: 09/10/2021
5+
ms.date: 10/01/2021
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli
77
---
88

@@ -35,7 +35,7 @@ To deploy Bicep files from an Azure Pipeline, see [Integrate Bicep with Azure Pi
3535

3636
## Azure CLI
3737

38-
You must have Azure CLI version 2.20.0 or later installed. To install or update Azure CLI, see:
38+
You must have Azure CLI version **2.20.0 or later** installed. To install or update Azure CLI, see:
3939

4040
- [Install Azure CLI on Windows](/cli/azure/install-azure-cli-windows)
4141
- [Install Azure CLI on Linux](/cli/azure/install-azure-cli-linux)
@@ -47,7 +47,7 @@ To verify your current version, run:
4747
az --version
4848
```
4949

50-
You now have everything you need to [deploy](deploy-cli.md) and [decompile](decompile.md) Bicep files. You have everything because Azure CLI 2.20.0 or later automatically installs the Bicep CLI when a command is executed that needs it.
50+
You now have everything you need to [deploy](deploy-cli.md) and [decompile](decompile.md) Bicep files. You have everything because Azure CLI automatically installs the Bicep CLI when a command is executed that needs it.
5151

5252
To manually start the Bicep CLI installation, use:
5353

@@ -74,7 +74,7 @@ For more commands, see [Bicep CLI](bicep-cli.md).
7474
7575
## Azure PowerShell
7676

77-
You must have Azure PowerShell version 5.6.0 or later installed. To update or install, see [Install Azure PowerShell](/powershell/azure/install-az-ps).
77+
You must have Azure PowerShell version **5.6.0 or later** installed. To update or install, see [Install Azure PowerShell](/powershell/azure/install-az-ps).
7878

7979
Azure PowerShell doesn't automatically install the Bicep CLI. Instead, you must [manually install the Bicep CLI](#install-manually).
8080

@@ -83,7 +83,7 @@ Azure PowerShell doesn't automatically install the Bicep CLI. Instead, you must
8383
8484
When you manually install the Bicep CLI, run the Bicep commands with the `bicep` syntax, instead of the `az bicep` syntax for Azure CLI.
8585

86-
To deploy Bicep files, use Bicep CLI version 0.3.1 or later. To check your Bicep CLI version, run:
86+
To check your Bicep CLI version, run:
8787

8888
```cmd
8989
bicep --version

0 commit comments

Comments
 (0)