-
-
Notifications
You must be signed in to change notification settings - Fork 14
Support for `.bicepparam`
Kamil Mrzygłód edited this page Aug 22, 2024
·
2 revisions
Since 1.4-beta2
, ACE supports .bicepparam
files meaning you can use them for cost estimations without additional work. To use those files, simply provide them as input with a --parameters
option when running ACE.
As opposite to Bicep CLI / Azure CLI, ACE allows you to provide both .bicepparam
file and inline parameters. That's because underneath, ACE compiles all Bicep files to standard ARM Templates (inluding the parameters you provide). This allows it to safely ignore the limitation.
Read more about Bicep and .bicepparam
files here.