microsoft / microsoft/aspire

Support exposing Dashboard via a devtunnel resource

Open
#11,377 8 comments 0 reactions 0 assignees View on GitHub
area-app-model area-dashboard area-integrations devtunnels
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

Now that we have support for devtunnels via a hosting integration, we should enable exposing the dashboard itself via a devtunnel resource, e.g. something like:

```csharp
var builder = DistributedApplication.CrateBuilder();

var tunnel = builder.AddDevTunnel("tunnel")
.WithReference(builder.GetDashboardResource());

builder.Build().Run();
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.