-
Notifications
You must be signed in to change notification settings - Fork 283
Open
Description
Context
Issue #2783 requested updating templates to use .bicepparam instead of parameters.json. While azd has partial .bicepparam support (bicep_provider.go detects and uses .bicepparam files, local_preflight.go supports them, tests exist in cli_test.go), a full audit is needed to ensure complete end-to-end support.
Current State
bicep_provider.gohas abicepparamModethat detects<moduleName>.bicepparamfileslocal_preflight.gosupports.bicepparamfor validation snapshots- Functional test
storage-bicepparamexists azd addrecognizesmain.bicepparam
Needed
- Audit all provisioning paths to ensure bicepparam works consistently
- Verify template init/scaffolding can generate
.bicepparamfiles - Update official templates to use
.bicepparamwhere appropriate - Document bicepparam usage
Related: #2783
Reactions are currently unavailable