azd app start

Start stopped services.

Usage

Terminal window
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

Terminal window
azd app start [flags]
Terminal window
azd app start --service api
Terminal window
azd app start --service "api,web,worker"
Terminal window
azd app start --all

📚 Detailed Documentation

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

View full start specification →