EXE
WinGet
Bicep CLI
Microsoft Corporation · 0.41.2 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
bicep-win-arm64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Microsoft.Bicep
Version
0.41.2
Description
A declarative language for describing and deploying Azure resources
License
MIT
↗
Homepage
https://github.com/Azure/bicep
Release Notes
Highlights
- Snapshot command is GA (#19084)
Example usage:
# capture a snapshot
bicep snapshot main.bicepparam
# validate a snapshot
bicep snapshot main.bicepparam --mode validate
# capture a snapshot with Azure context
bicep snapshot main.bicepparam --subscription-id 3faf6056-8474-4818-a729-1aff55d6b3fa --resource-group myRg --location westus --mode overwrite
Walkthrough YouTube - Bicep Snapshot Demo
Official docs coming soon. In the meantime, see Using the snapshot command…