azd app support-bundle
Collect sanitized project, service, health, and log diagnostics into a local folder for issue reports.
Usage
azd app support-bundle [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--output | -o | string | - | Output folder path |
--service | -s | string | - | Include logs and health for specific service(s), comma-separated |
--tail | - | int | 200 | Recent log lines per service to include |
--zip | - | bool | false | Create a zip archive after writing the support bundle |
--dry-run | - | bool | false | Show the bundle plan without writing files |
Examples
azd app support-bundle [flags]azd app support-bundle --dry-runazd app support-bundleazd app support-bundle --zipazd app support-bundle --service api,webazd app support-bundle --tail 1000Detailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full support-bundle specification →