Azure landing zone Documentation
Home GitHub Issue Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Examples

The module’s examples are documented in it’s README.md file in the BRM repository here.

As the module is published as an AVM module, you can reference it directly from the Bicep public registry as shown in the below snippet:

module subVending 'br/public:avm/ptn/lz/sub-vending:<version>' = {
  params: { (...) }
}

Replace <version> with the desired version of the module.