Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

az-bicep: add page #6718

Merged
merged 7 commits into from
Oct 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions pages/common/az-bicep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# az bicep

> Bicep CLI command group.
> Part of `azure-cli`.
> More information: <https://docs.microsoft.com/cli/azure/config>.

- Install Bicep CLI:
piraces marked this conversation as resolved.
Show resolved Hide resolved

`az bicep install`
piraces marked this conversation as resolved.
Show resolved Hide resolved

- Build a Bicep file:

`az bicep build --file {{path/to/file.bicep}}`

- Attempt to decompile an ARM template file to a Bicep file:

`az bicep decompile --file {{path/to/template_file.json}}`

- Upgrade Bicep CLI to the latest version:

`az bicep upgrade`

- Display the installed version of Bicep CLI:

`az bicep version`

- List all available versions of Bicep CLI:

`az bicep list-versions`

- Uninstall Bicep CLI:

`az bicep uninstall`