Bicep Modules

Last updated:

AZUREBICEP
  • Use the module keyword to reference a module file
module Identifier Path = {
	name:
}
  • Specify parameters with param keyword
  • purpose should be clear
  • can include different types of resources
  • should not output secrets
  • use visualizer in VSC to see how it can be broken down into modules

references: