snippetbashTip
az bicep — Bicep CLI command group. Part of `azure-cli` (also known as `az`). More information: <https://learn.
Viewed 0 times
commandgroupcliaz biceppartbicep
Problem
How to use the
az bicep command: Bicep CLI command group. Part of azure-cli (also known as az). More information: <https://learn.microsoft.com/cli/azure/bicep>.Solution
az bicep — Bicep CLI command group. Part of azure-cli (also known as az). More information: <https://learn.microsoft.com/cli/azure/bicep>.Install Bicep CLI:
az bicep installBuild a Bicep file:
az bicep build {{[-f|--file]}} {{path/to/file.bicep}}Attempt to decompile an ARM template file to a Bicep file:
az bicep decompile {{[-f|--file]}} {{path/to/template_file.json}}Upgrade Bicep CLI to the latest version:
az bicep upgradeDisplay the installed version of Bicep CLI:
az bicep versionList all available versions of Bicep CLI:
az bicep list-versionsUninstall Bicep CLI:
az bicep uninstallCode Snippets
Install Bicep CLI
az bicep installBuild a Bicep file
az bicep build {{[-f|--file]}} {{path/to/file.bicep}}Attempt to decompile an ARM template file to a Bicep file
az bicep decompile {{[-f|--file]}} {{path/to/template_file.json}}Upgrade Bicep CLI to the latest version
az bicep upgradeDisplay the installed version of Bicep CLI
az bicep versionContext
tldr-pages: common/az bicep
Revisions (0)
No revisions yet.