Skip to content

tdjustus/bicep-dynamic-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Bicep Deployment

This is an example project.

While using a .bicepparam file is generally the prefered method, using a JSON file allows us to use a centralized configuration file for both the deployment script and the Bicep file. Additionally, Bicep has issues when passing command line arguments because it causes the Bicep validation to fail in some situations.

This solution allows the parameters to be defined once in the JSON file and then used in both the PowerShell deployment script as well as the Bicep template.

About

Deploying Bicep with dynamic global configurations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors