Azure architecture diagram
Azure's structure is hierarchical in a way that matters for diagrams: management group, subscription, resource group, resource. Reflecting that hierarchy visually is most of what makes an Azure diagram readable.
The official icon set is available in the draw.io editor.
#When to reach for one
Architecture reviews and design documents.
Governance and cost work, where the grouping is the subject.
Landing zone documentation.
#How to draw it in Capable
Route | Use when |
|---|---|
draw.io | Official Azure icons and the grouping shapes. |
D2 | Nested containers map neatly onto the Azure hierarchy. |
#A worked example
Subscription, resource group and resources as nested containers:
The source, which you can paste into a new diagram and edit:
#A few things that catch people out
Resource groups are a lifecycle boundary, not just a folder. Draw them where that matters.
Private endpoints change the picture completely; show them rather than implying public access.
Name resources as they are actually named. Generic labels defeat the purpose.
#Related
Draw the trust boundary.
