From b8fca591da4d0a370d13239b455199407011676b Mon Sep 17 00:00:00 2001 From: "aspire-repo-bot[bot]" <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:19:32 +0000 Subject: [PATCH 1/2] docs: document Show tunnel URLs command and highlighted tunnel URL properties Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../docs/integrations/devtools/dev-tunnels.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/frontend/src/content/docs/integrations/devtools/dev-tunnels.mdx b/src/frontend/src/content/docs/integrations/devtools/dev-tunnels.mdx index c8079444e..17174a827 100644 --- a/src/frontend/src/content/docs/integrations/devtools/dev-tunnels.mdx +++ b/src/frontend/src/content/docs/integrations/devtools/dev-tunnels.mdx @@ -213,6 +213,21 @@ The preceding code exposes: - The `public` endpoint of the `api` project with anonymous access - The `admin` endpoint of the `api` project that requires authentication +### Show tunnel URLs + +While the dev tunnel is running, the Aspire dashboard publishes the public tunnel URL, the inspect URL, and the local endpoint URL as highlighted properties on the tunnel port resource's property pane so they're discoverable at a glance. + +You can also select the highlighted **Show tunnel URLs** command from the port resource's command menu in the dashboard. This opens a message box listing: + +- **Tunnel URL** — the public dev tunnel URL for the port +- **Inspect URL** — the [dev tunnels inspect](https://learn.microsoft.com/azure/developer/dev-tunnels/inspect-tunneling-http-requests) URL for viewing tunneled HTTP traffic +- **Local endpoint URL** — the local address the tunnel forwards to, once allocated + + + ### Service discovery integration When another resource references a dev tunnel, environment variables are injected using the Aspire service discovery configuration format: From fd3236b5c013557f9889bc18c6b4825cfa1a6edb Mon Sep 17 00:00:00 2001 From: Maddy Montaquila Date: Thu, 3 Sep 2026 16:21:44 -0400 Subject: [PATCH 2/2] docs: fix Dev Tunnels inspection link Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b0007635-1ab8-4ffc-9c7b-8c09439c79f6 --- .../src/content/docs/integrations/devtools/dev-tunnels.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/content/docs/integrations/devtools/dev-tunnels.mdx b/src/frontend/src/content/docs/integrations/devtools/dev-tunnels.mdx index 17174a827..56f9fcc06 100644 --- a/src/frontend/src/content/docs/integrations/devtools/dev-tunnels.mdx +++ b/src/frontend/src/content/docs/integrations/devtools/dev-tunnels.mdx @@ -217,10 +217,10 @@ The preceding code exposes: While the dev tunnel is running, the Aspire dashboard publishes the public tunnel URL, the inspect URL, and the local endpoint URL as highlighted properties on the tunnel port resource's property pane so they're discoverable at a glance. -You can also select the highlighted **Show tunnel URLs** command from the port resource's command menu in the dashboard. This opens a message box listing: +You can also select the highlighted **Show tunnel URLs** command from the tunnel port resource's command menu in the dashboard. This opens a message box listing: - **Tunnel URL** — the public dev tunnel URL for the port -- **Inspect URL** — the [dev tunnels inspect](https://learn.microsoft.com/azure/developer/dev-tunnels/inspect-tunneling-http-requests) URL for viewing tunneled HTTP traffic +- **Inspect URL** — the [Dev Tunnels inspection URL](https://learn.microsoft.com/azure/developer/dev-tunnels/get-started#host) for viewing tunneled HTTP traffic - **Local endpoint URL** — the local address the tunnel forwards to, once allocated