Hacker News new | ask | show | jobs
CloudNet-Draw – Automatically generate Azure network diagrams (github.com)
2 points by cloudnet-draw 420 days ago
1 comments

Hey HN

I’m a Cloud Security Architect, and I built this tool to solve a very specific pain: every time I started a new project, I had to manually create a network diagram of the Azure environment — hubs, spokes, peerings, subnets, NSGs, UDRs, etc.

It was repetitive and error-prone. So I made CloudNet-Draw.

It’s a Python-based CLI that queries Azure via the API and outputs a .drawio file representing the full virtual network topology — no manual drawing required.

GitHub: https://github.com/krhatland/cloudnet-draw Blog: https://hatnes.no/posts/cloudnet-draw/

It’s free and open source — no telemetry, no cloud backend. Just Python and Azure SDK.

Would love to hear what you think, and happy to take feature ideas or feedback.

Thanks!