Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.17 KB

File metadata and controls

29 lines (25 loc) · 1.17 KB

VNET and VPN peering visualization with GraphViz

This PowrShell script output graphviz data of your VNET peerings and VPN peering. You can visualize components connecting to your VNETs in your subscription with Graphviz like below(red lines are VPN peerings, black lines are VNET peerings, green circle is WebApps and yellow circle is Azure Redis Cache). VNet Peering visualization

This PowrShell script supports to visualize components below.

  • VNET peerings
  • VPN peerings and VPN connection to on-premise
  • WebApps VPN peerings
  • Azure Redis Cache
  • Azure Storage
  • Azure SQL Database

Reference

Restriction

  • You can't visualize connections from classic-vnets to arm-vnets. Because Get-AzureRmVirtualNetwork command can't get the data.
  • You can't visualize connections of WebApps deployment slots.

Copyright

CopyrightCopyright (c) 2016- Daichi Isami
LicenseMIT License