-
Notifications
You must be signed in to change notification settings - Fork 0
Home
forsback edited this page Dec 31, 2022
·
28 revisions
Bicep deployments are typically done using one parameter file that maps directly to the Bicep file. Each parameter file needs to have exact parameter match for the deployment to succeed. This leads to a situation where parameter definitions are hard to share for other deployments. It is also beneficial to make Bicep deployments modular. We will further show that using YAML for handling is beneficial and is easier to maintain, as it is more human readable than the JSON format.