Skip to content

The Bicep Advanced Toolset (BAT) provides a solution to simplify the creation of new templates and improve consistency in the written code.

License

Notifications You must be signed in to change notification settings

r-wbr/bicep-advanced-toolset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bicep Advanced Toolset (BAT)

Static Badge Static Badge

logo

Description

The Azure community provides a variety of documents and tools to streamline the creation of consistent templates, using scripts or web apps. Unfortunately, the existing tools cannot be integrated into the template creation process without much effort. To provide an easy-to-integrate solution to this problem, I designed the Bicep Advanced Toolset (BAT). This toolset aims to provide a solution to simplify the creation of Bicep templates without external tools.

Features

  • Helper functions to extract resource name, resource group name and subscription from a resource id.
  • Name generator with the possibility to generate basic names for resources, or special names for storage accounts.
  • Integrated name patterns for different requirements, which can be extended with custom patterns.
  • Fully written in 💪 Bicep.

Usage

Instructions how to use the name generator and extend the name patterns can be found here:

About

The Bicep Advanced Toolset (BAT) provides a solution to simplify the creation of new templates and improve consistency in the written code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages