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
597 stars 148 forks source link

Feedback - Output.png filename. #54

Closed MaximoTrinidad closed 3 years ago

MaximoTrinidad commented 3 years ago

Just a feedback!

I'm sure you could generate the output file name with resource group name, or provide a parameter to name the output file.

PrateekKumarSingh commented 3 years ago

@MaximoTrinidad, you can use Export-AzViz -OutputFilePath parameter to provide exact name and file path for the output image generated. Try that out and let me know if this was what you were looking for?

Also, I got the feedback to add a wrapper function to call Export-AzViz for all resource groups in the subscription. And I'm considering to provide a feature to automatically name the output files with 'resource group name'