Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Run pre-deployment validation checks on Azure configuration, Bicep/Terraform, and permissions
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/recipes/bicep/errors.md
1# Bicep Validation Errors23| Error | Fix |4|-------|-----|5| `BCP035: Invalid type` | Check API version |6| `BCP037: Not a member` | Check resource schema |7| `BCP018: Expected character` | Fix syntax |8| `Module not found` | Check relative paths |9| `Template validation failed` | Review error details |1011## Debug1213```bash14az bicep build --file ./infra/main.bicep 2>&115```16