HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cloudnet-draw

no profile record

Submissions

Show HN: CloudNetDraw – Generate Azure network diagrams (SaaS and self-hosted)

1 points·by cloudnet-draw·9 maanden geleden·1 comments

I built a free tool to automatically generate Azure network diagrams

cloudnetdraw.com
3 points·by cloudnet-draw·vorig jaar·1 comments

CloudNet-Draw – Automatically generate Azure network diagrams

github.com
2 points·by cloudnet-draw·vorig jaar·1 comments

comments

cloudnet-draw
·9 maanden geleden·discuss
Happy to answer any questions about how CloudNetDraw connects to Azure, privacy handling, or how the diagrams are generated.
cloudnet-draw
·vorig jaar·discuss
https://www.cloudnetdraw.com/ for network diagrams
cloudnet-draw
·vorig jaar·discuss
Hi HN,

I'm Kristoffer, a cloud security architect. I built CloudNetDraw to solve a problem I kept running into: diagramming Azure networks manually is slow, error-prone, and annoying.

This tool connects to your Azure environment (via user login or service principal) and auto-generates Draw.io diagrams of your vNets, peerings, subnets, and even flags NSGs and UDRs. It supports both HLD and MLD, and exports clean, editable files.

Privacy-wise, nothing from your environment is stored — diagrams are generated in memory and deleted right after download.

You can use the hosted version, or self-host it in your own tenant (it's open source, no tracking).

GitHub: https://github.com/krhatland/cloudnet-draw

Would love feedback, suggestions, or just to hear what people think.
cloudnet-draw
·vorig jaar·discuss
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!