Azure / bicep

Bicep is a declarative language for describing and deploying Azure resources
MIT License
3.25k stars 753 forks source link

Bicep Visualize export to Visio feature #13326

Open JbourgoinBPCS opened 8 months ago

JbourgoinBPCS commented 8 months ago

Hello Bicep Team,

Thanks for this great extension, it is super cool and I use it ALL the time. It would be incredibly awesome if we could export the "visualized bicep template" to Visio.

Thanks! Joseph

stephaniezyen commented 8 months ago
anthony-c-martin commented 8 months ago

I've been working on https://www.npmjs.com/package/bicep-toolkit as a side project - it handles very rough markdown conversion (example output here). Happy to take contributions there if you're interested :)

shenglol commented 8 months ago

@JbourgoinBPCS This could be a valuable feature. However, creating a .vsdx file, while feasible, involves a steep learning curve due to the complexity of its file format. It might be challenging to tackle this in the near term. Could you explore if @anthony-c-martin's bicep-toolkit serves as an effective alternative for now?