Azure / Azure/bicep

Refer a module with parameter files and inline parameters

Open
#9,226 0 comments 0 reactions 1 assignee Claimed by @alex-frankel View on GitHub
enhancement Needs: Upvote
Dominant language
Bicep
Stars
3.6k
Forks
830
Avg merge
1d 4h
Merged PRs (30d)
81

Description

It happens that you have multiple resources referring to the same module in your bicep and you would like to have configuration file for each of them. So instead of listing all the parameters just specify a file and also inline parameters like when you deploy a bicep template.

something like:

```
@description('Creates Resources needed')

module appServiceHostingModule 'moduleName:version' = {

name: 'deployResource'
paramFiles: [
file1.parameter.json,
file2.parameter.json

]
params: {
name: value
}

}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.