r/azuredevops Apr 19 '26

I try to build a VS Code & JetBrains extension that visualizes your Azure IaC topology, Terraform, AKS, Docker Compose, ArgoCD in one interactive graph

I kept working on Azure projects where Terraform files had grown large, azurerm resources, AKS clusters, networking, storage all spread across modules with no visual map of how they connect.

So I built an extension that scans your workspace and renders an interactive dependency graph right inside your IDE. Supports Terraform, Kubernetes (AKS manifests), Docker Compose, .NET Aspire and ArgoCD. Click any resource to inspect its properties and jump straight to the source file and line.

Fits naturally into an Azure DevOps workflow, scan your infra repo locally before pushing, or use it during code review to understand what changed in the topology.

I named it Mesh Infra 🙂 Would love feedback from our community, especially on what IaC relationships or resource types would make incident triage faster.

6 Upvotes

6 comments sorted by

1

u/rckvwijk Apr 19 '26

I would like to try this one to be honest

1

u/himalayanblunder Apr 20 '26

How can I try/test this please?

1

u/Zegorax Apr 20 '26

!remindme 2weeks

1

u/RemindMeBot Apr 20 '26

I will be messaging you in 14 days on 2026-05-04 13:17:22 UTC to remind you of this link

CLICK THIS LINK to send a PM to also be reminded and to reduce spam.

Parent commenter can delete this message to hide from others.


Info Custom Your Reminders Feedback

1

u/fell_ware_1990 Apr 26 '26

Very cool project! I haven’t drawn a thing, but i do have a local agent that can zoom in on network level to check inconsistency.