azd app graph
Show services, resources, dependency edges, and startup levels from `azure.yaml`.
Usage
azd app graph [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--output | -o | string | text | Output format: `text`, `json`, `markdown`, `mermaid`, `dot`, or `d2` |
--output-file | - | string | - | Write output to this file instead of stdout |
--focus | - | string | - | Limit the graph to a service, its dependencies, and its dependents |
--services-only | - | bool | false | Show only services and service-to-service edges |
Examples
azd app graph [flags]azd app graphazd app graph --output mermaid --output-file docs/services.mmdazd app graph --output dotazd app graph --output d2 --output-file docs/services.d2azd app graph --output markdownazd app graph --focus apiazd app graph --services-only --output mermaidDetailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full graph specification →