Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 886 Bytes

armTemplates.md

File metadata and controls

10 lines (7 loc) · 886 Bytes

Contributing Guide: ARM Templates

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.

  1. Install the Bicep extension in VSCode.
  2. Right click on the deploy-*.bicep file for solution you are adding or modifying.
  3. Select "Build ARM Template" from the menu.
  4. 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.