Azure Verified Modules (AVM) is an initiative to consolidate and set the standards for what a good Infrastructure-as-Code module looks like. Modules will then align to these standards, across languages (Bicep, Terraform etc.) and will then be classified as AVMs and available from their respective language specific registries.
[x] I have checked for previous/existing GitHub issues
Description
For example
You shall use ShallowMerge() over Union() if you are conditionally not allowed to provide a property in a properties block (as opposed to providing empty/null)
You shall not pass defaults into child modules if they already have defaults defined
You shall put the import statement of a type on top of a parameter's description not below, as it will otherwise mess up your template
Check for previous/existing GitHub issues
Description
For example