PrateekKumarSingh / AzViz

⚡ ☁ Azure Visualizer aka 'AzViz' : A #powershell module to automatically generate Azure resource topology diagrams by just typing a PowerShell cmdlet and passing the name of one or more Azure Resource groups
MIT License
575 stars 144 forks source link

Feature Request: Output to Visio #26

Open darrenjrobinson opened 3 years ago

darrenjrobinson commented 3 years ago

Feature Request: Output to Visio

Justification: Allow editing of exported diagrams for additional markup/narration.

Probably only valid on a Windows system unless Visio for Web has the necessary features/hooks.

Ayanmullick commented 2 years ago

I found the module very useful. It captures the various boundaries better than the virtual network diagram in the portal. It would be really convenient if one could edit the exported diagram in Visio.

PrateekKumarSingh commented 2 years ago

@Ayanmullick thanks for the suggestion, but can you try exporting the output in SVG format, and using it with Visio. it should work.

reference: https://blog.darrenjrobinson.com/generate-azure-resource-diagrams-using-powershell/

Ayanmullick commented 2 years ago

You are welcome @PrateekKumarSingh. Yes, that worked :+1:
Maybe, it's worth specifying in the Capabilities documentation that the SVG export is editable on Visio.