From ec535585c2da120d0fad837b870ae82a24f35570 Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:24:23 +0800 Subject: [PATCH] Add missing lightbox for Observability OTLP Example --- docs/core/diagnostics/observability-otlp-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/diagnostics/observability-otlp-example.md b/docs/core/diagnostics/observability-otlp-example.md index 33da1cd97aea3..3989d87589063 100644 --- a/docs/core/diagnostics/observability-otlp-example.md +++ b/docs/core/diagnostics/observability-otlp-example.md @@ -98,7 +98,7 @@ mcr.microsoft.com/dotnet/aspire-dashboard:latest Data displayed in the dashboard can be sensitive. By default, the dashboard is secured with authentication that requires a token to login. The token is displayed in the resulting output when running the container. -[![Aspire Dashboard](./media/aspire-dashboard-auth.png)] +[![Aspire Dashboard](./media/aspire-dashboard-auth.png)](./media/aspire-dashboard-auth.png#lightbox) Copy the url shown, and replace `0.0.0.0` with `localhost`, eg `http://localhost:18888/login?t=123456780abcdef123456780` and open that in your browser, or you can also paste the key after `/login?t=` when the login dialog is shown. The token will change each time you start the container.