Create a Bicep Artifact
Prerequisites
Quick Start
1. Prepare your directory
cd ~/my-bicep-project2. Run blueprint prepare
# Option 1: In-place (keeps original files)
bricks blueprint prepare --source . --iac-type bicep
# Option 2: With output directory (copies files to src/bicep/)
bricks blueprint prepare --source . --output ./dist --iac-type bicep3. Verify the generated package
4. Publish the package
How It Works
Example Structure
Supported Bicep Features
Test Your Package
Bicep File Requirements
Bicep Configuration
Parameters
Outputs
Best Practices
File Organization
Parameter Design
Output Management
Azure Integration
Resource Groups
See also
Last updated
Was this helpful?

