Azure Resources Visualization
Introduction In this blog, I want to talk about how to leverage az cli to visualize a graph in Python. Note that Azure portal has a tab that shows the visualization of the resources. The reason why I am still interested in this topic is that I want to turn azure resource definition into a data structure, which can then be leveraged to generate different form of diagrams: dependency graph of azure resources data flow diagram (for threat modeling) mermaid diagram (for documentation) sequence diagram (need to get sequence information from users) There are also other tools for visualizing azure resources: ...