azd app init
Scans your project to detect services, languages, frameworks, and infrastructure dependencies, then generates or enriches `azure.yaml` with all the settings needed for `azd app run`.
Usage
azd app init [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--dry-run | - | bool | false | Show what would be generated without writing files |
--force | - | bool | false | Overwrite existing services section in azure.yaml |
Examples
azd app init [flags]azd app initazd app init --dry-runazd app init --force📚 Detailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full init specification →