AzViz
Azure Visualizer, aka AzViz, is a PowerShell module that automatically generates Azure resource topology diagrams. Users invoke a single cmdlet and pass the name of one or more Azure Resource Groups to produce a visual map of their cloud environment without manual documentation. AzViz discovers resources within Resource Groups, identifies dependencies between them, and plots nodes and edges on a graph. It applies appropriate Azure Icons for each resource category and subcategory, and labels nodes with details such as name, category, and resource type. Diagrams can be exported in PNG and SVG formats, supporting light, dark, and neon themes. The module can target multiple resource groups simultaneously and allows change the direction in which resource groups are plotted, including left-to-right or top-to-bottom layouts. AzViz requires GraphViz to be installed on the host system and is distributed through the PowerShell Gallery. It benefits cloud administrators who inherit undocumented Azure environments and nee