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

Private Links should show which NIC they are connected to #104

Open MohnJadden opened 1 year ago

MohnJadden commented 1 year ago

Azviz diagrams with Private Link resources don't show which NIC that the PL resource is connected to. We should be able to see this as part of the diagram, either as a network association (since the private endpoint or PL resource is associated back to the NIC and thus the virtual network) or some other form of linkage.

image