Overview | File Structure | Banners | Naming Standard | Comments | Parameters File Samples | ARM Templates | Documents & Diagrams
When any changes have been made to a bicep file in the repository, the deploy-*.bicep for the solution must be compiled into JSON and be placed in the appropriate directory.
- Install the Bicep extension in VSCode.
- Right click on the deploy-*.bicep file for solution you are adding or modifying.
- Select "Build ARM Template" from the menu.
- Move the JSON file to the "arm" folder. The file for the baseline and custom image solutions must be placed in the root. The file for a brownfield deployment must be placed in the brownfield folder.