Bicep Registry modules Leverage reusable bicep modules in your templates to accelerate your FinOps efforts.
Bicep modules developed within the toolkit are published to the official Bicep Registry. These modules are not included directly in the toolkit release.
📥 Referencing bicep modules
Referencing a module in your bicep template is as simple as adding the following to the top of your file:
module <name> 'br/public:cost/<scope>-<type>:<version>' {
name: '<name>'
params: {
parameterName: '<parameter-value>'
}
}
For details about the parameters for each module, see the module details below.
🦾 Modules
- Scheduled actions – Send an email on a schedule or when an anomaly is detected.
🙋♀️ Looking for more?
We’d love to hear about any modules or templates you’re looking for. Vote up (👍) existing ideas or create a new issue to suggest a new idea. We’ll focus on ideas with the most votes.
🧰 Related tools
- 🖥️ PowerShell module – Automate and manage FinOps solutions and capabilities.