azd app support-bundle

Collect sanitized project, service, health, and log diagnostics into a local folder for issue reports.

Usage

Terminal window
azd app support-bundle [flags]

Flags

FlagShortTypeDefaultDescription
--output-ostring-Output folder path
--service-sstring-Include logs and health for specific service(s), comma-separated
--tail-int200Recent log lines per service to include
--zip-boolfalseCreate a zip archive after writing the support bundle
--dry-run-boolfalseShow the bundle plan without writing files

Examples

Terminal window
azd app support-bundle [flags]
Terminal window
azd app support-bundle --dry-run
Terminal window
azd app support-bundle
Terminal window
azd app support-bundle --zip
Terminal window
azd app support-bundle --service api,web
Terminal window
azd app support-bundle --tail 1000

Detailed Documentation

For complete documentation including flows, diagrams, and advanced usage, see the full command specification.

View full support-bundle specification →