Support for a single bicepconfig file for building bicep files #8713
-
Is there some supported way to have a single As seen in this repo there are multiple redundant placements of the A work around for now could be to implement copy logic to copy a single C:.
├───hubPeeredSpoke
│ └───bicepconfig.json
├───mgDiagSettingsAll
│ └───bicepconfig.json
└───subPlacementAll
└───bicepconfig.json |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can use a single |
Beta Was this translation helpful? Give feedback.
You can use a single
bicepconfig.json
, the config file does not have to be in the same folder as your bicep file. The configuration file closest to the Bicep file in the directory hierarchy is used. In your example you could place it under C:\bicepconfig.json.