Bicep As-Built Markdown
Generate a readable, shareable "as built / as configured" Markdown document from a Bicep template. For best results, export a Bicep file from the Azure Portal (Resource Group → Export template → Download as Bicep). Load the sample bicepdoc/main.bicep or drop your own file. Use filters to hide noisy resource types (like tables and saved searches).
Source & Filters
Markdown Output
Ready. Load sample or provide a file.
How this works
This SPA scans Bicep resource blocks via a lightweight parser and extracts key configuration fields such as type, API version, name, location, sku, and immediate keys under properties. Filters hide noisy types (e.g., tables, saved searches, and proactive detectors) without touching your source. All settings are saved in the URL hash so refreshes preserve state. No external dependencies.