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
584 stars 146 forks source link

Ability to define resource links to be excluded from the graph. #62

Open GraemeCThompson opened 3 years ago

GraemeCThompson commented 3 years ago

Some resources have lots of links that make the graph unnecessarily cluttered when you have lots of resources. One example is Log Analytics, as that is often connected to lots of resources to gather logs centrally.

it would be goo to have an option to provide a list of resources for which links should not be generated (the resource should still be on the diagram as it does exist, just without the linking arrows)