Bicep Registry modules

Bicep modules developed within the toolkit are published to the official Bicep Registry. These modules aren't included directly in the toolkit release. To use a module, reference the desired module from your bicep code.


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, refer to the module details.


Modules

The FinOps toolkit maintains the following Bicep Registry modules:


Give feedback

Let us know how we're doing with a quick review. We use these reviews to improve and expand FinOps tools and resources.

If you're looking for a specific module or template, vote for an existing or create a new idea. Share your ideas with others. We focus on ideas with the most votes.


Related FinOps capabilities:

Related products:

Related solutions: