azd app status
Report whether `azd app run` is currently active for this project, and print a one-line summary per service.
Usage
azd app status [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--service | -s | string | - | Show status for a single service |
--watch | - | bool | false | Continuously refresh the status view |
--interval | - | string | 2s | Refresh interval when `--watch` is set (Go duration, for example `500ms` or `5s`) |
--dashboard-url | - | bool | false | Print only the dashboard URL and exit |
--exit-code | - | bool | false | Return a non-zero exit code when the app is not running (ignored with `--watch`) |
Examples
azd app status [flags]azd app statusazd app status --service apiazd app status --watchazd app status --watch --interval 5sazd app status --dashboard-urlDetailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full status specification →