azd app open
Resolve a service URL from `azure.yaml` or the running app state and open it in the default browser.
Usage
azd app open <service> [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--path | - | string | - | Path to append to the service URL |
--print | - | bool | false | Print the URL without opening a browser |
Examples
azd app open <service> [flags]azd app open apiazd app open api --path /healthazd app open api --printDetailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full open specification →