In this article
Coding Standards/Bicep/Bicep
| Field | Value |
|---|---|
| Kind | instruction |
| Source | .github/instructions/coding-standards/bicep/bicep.instructions.md |
| Invocation | Applied automatically to **/bicep/** |
| Interactive | No |
What it does
Bicep infrastructure-as-code authoring conventions
When to use it
Use these instructions when authoring or revising Azure infrastructure in a
bicep directory, including modules, parameter files, types, and outputs.
Confirm resource schemas and stable API versions before writing unfamiliar
resources; use the Terraform conventions for HCL-based infrastructure.
Example usage
Provide a concrete example that shows the asset in action, including representative input and the resulting output.