azd app start
Start stopped services.
Usage
azd app start [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--service | -s | string | - | Service name(s) to start (comma-separated) |
--all | - | bool | false | Start all stopped services |
Examples
azd app start [flags]azd app start --service apiazd app start --service "api,web,worker"azd app start --all📚 Detailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full start specification →