Skip to content

Bicep CLI

Marius Storhaug edited this page Nov 24, 2021 · 1 revision

The easiest way to get the commands you need to deploy a Bicep file is to install the latest version of Azure CLI. You can also use Azure PowerShell, but it doesn't include the tooling to understand Bicep files, so you need to install the Bicep CLI. The Bicep command-line interface (Azure CLI) is a set of commands used to work with bicep files.

Download

Download Bicep CLI today!

If you are using Windows 10 and have winget, you can use the following command to install PowerShell.

# Installs the stable version
winget install Microsoft.Bicep --silent

VSCode extension

Get the VSCode extension for Bicep.

References

Clone this wiki locally