Azure / Azure/bicep

Bicep Deploy for Params

Open
#11,434 0 comments 0 reactions 0 assignees View on GitHub
Needs: Upvote story: bicep parameters
Dominant language
Bicep
Stars
3.6k
Forks
830
Avg merge
1d 2h
Merged PRs (30d)
79

Description

#### Setting Deployment Properties in Param Files (Bicep Deploy)
- I can set the deployment properties for the Bicep template in the parameter file
- I can override the set deployment properties in the command line on deployment
- I can choose whether to include values for optional deployment properties
- I can import other bicepparam files
- Example:
```
deploy './main.bicep' {
location: 'West US'
mode: 'Incremental'
name: 'deploy-prod'
group: 'myRg'
}
```

Contributor guide

Open the contributing guide

Research direction

The issue names Bicep deploy parameter files and bicepparam imports, but no files, tests, or entry points. Start by locating the Bicep deploy and parameter-file implementation, then trace how deployment properties are parsed and overridden. Done means the listed properties, command-line overrides, optional values, and imports work as described.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud, infrastructure
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.