azd app validate

Validates `azure.yaml` with read-only checks for service references, project paths, ports, service types, modes, and command readiness. Nothing is started and no files are written.

Usage

Terminal window
azd app validate

Flags

FlagShortTypeDefaultDescription
--output-ostringdefaultOutput format: 'default' or 'json' (inherited from parent)

Examples

Terminal window
azd app validate
Terminal window
azd app validate
Terminal window
azd app validate --output json

Detailed Documentation

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

View full validate specification →