Azure / ALZ-Bicep

This repository contains the Azure Landing Zones (ALZ) Bicep modules that help deliver and deploy the Azure Landing Zone conceptual architecture in a modular approach. https://aka.ms/alz/docs
MIT License
728 stars 485 forks source link

bicepconfig.json files should not be in each folder #763

Closed SvenAelterman closed 2 months ago

SvenAelterman commented 2 months ago

What happened? Provide a clear and concise description of the bug, including deployment details.

Having to override (e.g., the API version config) in each module is painful. Bicepconfig.json config files will apply to child folders, which would make overrides much easier.

Please provide the correlation id associated with your error or bug.

No response

What was the expected outcome?

No response

Relevant log output

No response

Check previous GitHub issues

Code of Conduct

SvenAelterman commented 2 months ago

Nvm, I see why it's needed.