chat-with-your-data-solution-accelerator
chat-with-your-data-solution-accelerator copied to clipboard
Add all params to `main.bicepparam`
Motivation
It should be possible to set every parameter in the main.bicep file with a corresponding environment variable in the main.bicepparam file, so users do not need to manually edit main.bicep when they are deploying.
Requirements
A list of requirements to consider this feature delivered
- Every param in
main.bicepshould have a corresponding param inmain.bicepparam - The defaults should be the same in both
- Remove the backwards compatibility check for the search service (Lines 29- 44)
Tasks
To be filled in by the engineer picking up the issue