azd app add
Add a well-known container service to your azure.yaml configuration.
Usage
azd app add [service] [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--list | - | bool | false | List all available services |
--show-connection | - | bool | false | Show connection string after adding |
Examples
azd app add [service] [flags]azd app add --listazd app add azuriteazd app add postgres --show-connectionazd app add redis --output json📚 Detailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full add specification →