bicep icon indicating copy to clipboard operation
bicep copied to clipboard

Support to export a visualization to an external graphic or file format

Open rchaganti opened this issue 4 years ago • 9 comments

Is your feature request related to a problem? Please describe. Within Bicep Visualizer, the visualized template is displayed on the canvas and we can interact with the template. However, it will be helpful to if we can export the visualized template into a graphic or supported file format.

Describe the solution you'd like Provide an option to export the visualization to PNG, JPEG, PDF, or any other supported format. Also, within the same visualization, an option to compile the Bicep file to ARM JSON will be useful.

rchaganti avatar May 18 '21 05:05 rchaganti

Related, ideally also be able to run this unattended (either via bicep cli or typescript instructions). I would love to be able to include a visualization with every GitHub Actions run.

JustinGrote avatar Jun 06 '22 23:06 JustinGrote

Is this on the radar for implementation?

bartvdbraak avatar Apr 25 '23 08:04 bartvdbraak

agree this would be quite handy.

machug avatar Aug 02 '23 00:08 machug

Would help be good if it could be done such that I could be done in a ci/cd pipeline to update documentation.

GDMTT avatar Sep 04 '23 04:09 GDMTT

+1

chrispickford avatar Jan 18 '24 14:01 chrispickford

This would really help us when requesting sign off for infrastructure changes. At the moment I'm screen grabbing the vscode extension output into a PR.

+1, screengrabbing is pain

aliquid avatar Jun 26 '24 15:06 aliquid

+1

TLA020 avatar Jul 01 '24 13:07 TLA020

Just noting that exporting to a mermaid file is another good use case as noted by @matebarabas in #14432

alex-frankel avatar Jul 01 '24 15:07 alex-frankel

Will be good also support for lucid format, but a PNG format will be fine, is this abandoned or someone is attending ? Someone has any temporal solution?

DiegoMartinezTR avatar Dec 05 '24 14:12 DiegoMartinezTR

If this is still interesting to someone, I'm trying to make tool, should to the trick. Check this out

https://github.com/eosfor/PSBicepGraph/blob/dev/README.md

eosfor avatar Aug 22 '25 05:08 eosfor