Bicep Registry modules Leverage reusable bicep modules in your templates to accelerate your FinOps efforts.

Use bicep

On this page

Bicep modules developed within the toolkit are published to the official Bicep Registry. These modules are not included directly in the toolkit release.

Bicep Registry


📥 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


🙋‍♀️ 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.

Vote on ideas Suggest an idea



  • 🖥️ PowerShell module – Automate and manage FinOps solutions and capabilities.



Table of contents


This site uses Just the Docs, a documentation theme for Jekyll.