You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,7 +35,7 @@ To deploy Bicep files from an Azure Pipeline, see [Integrate Bicep with Azure Pi
35
35
36
36
## Azure CLI
37
37
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:
39
39
40
40
-[Install Azure CLI on Windows](/cli/azure/install-azure-cli-windows)
41
41
-[Install Azure CLI on Linux](/cli/azure/install-azure-cli-linux)
@@ -47,7 +47,7 @@ To verify your current version, run:
47
47
az --version
48
48
```
49
49
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.
51
51
52
52
To manually start the Bicep CLI installation, use:
53
53
@@ -74,7 +74,7 @@ For more commands, see [Bicep CLI](bicep-cli.md).
74
74
75
75
## Azure PowerShell
76
76
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).
78
78
79
79
Azure PowerShell doesn't automatically install the Bicep CLI. Instead, you must [manually install the Bicep CLI](#install-manually).
80
80
@@ -83,7 +83,7 @@ Azure PowerShell doesn't automatically install the Bicep CLI. Instead, you must
83
83
84
84
When you manually install the Bicep CLI, run the Bicep commands with the `bicep` syntax, instead of the `az bicep` syntax for Azure CLI.
85
85
86
-
To deploy Bicep files, use Bicep CLI version 0.3.1 or later. To check your Bicep CLI version, run:
0 commit comments