azd app open

Resolve a service URL from `azure.yaml` or the running app state and open it in the default browser.

Usage

Terminal window
azd app open <service> [flags]

Flags

FlagShortTypeDefaultDescription
--path-string-Path to append to the service URL
--print-boolfalsePrint the URL without opening a browser

Examples

Terminal window
azd app open <service> [flags]
Terminal window
azd app open api
Terminal window
azd app open api --path /health
Terminal window
azd app open api --print

Detailed Documentation

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

View full open specification →