Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Visualize Azure resource relationships, dependencies, and topology as diagrams
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
assets/template-architecture.md
1# Azure Architecture: [Resource Group Name]23**Subscription**: [subscription-name]4**Region**: [primary-region]5**Resource Count**: [count]6**Generated**: [date]78## Overview910[2-3 paragraph summary of the architecture, its purpose, and key components]1112## Resource Inventory1314| Resource Name | Type | Tier/SKU | Location | Notes |15|--------------|------|----------|----------|-------|16| app-prod-001 | App Service | P1v2 | East US | Production web app |17| func-prod-001 | Function App | Y1 | East US | Consumption plan |1819## Architecture Diagram2021```mermaid22[full diagram here]23```2425## Relationship Details2627### Network Architecture28[Describe VNets, subnets, network security]2930### Data Flow31[Describe how data moves between components]3233### Identity & Access34[Describe managed identities, key vault access, RBAC]3536### Dependencies37[Describe critical dependencies and their order]3839## Notes & Recommendations4041[Any observations, potential issues, or suggestions]42