Bicep Modules
AZUREBICEP
- Use the
modulekeyword to reference a module file
module Identifier Path = {
name:
}
- Specify parameters with
paramkeyword - 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