Skip to content

Ability to tag items and they would be shown in folders on dashboardΒ #13480

@carlsonaaron

Description

@carlsonaaron

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

The Aspire dashboard gets very busy and more organization features would be helpful, i.e. Tags/Folders

Describe the solution you'd like

Ability to add a .WithTag("my tag name").

Aspire dashboard would then present any related items in a folder type structure with that tag name

Example:

var miscFunctions = builder
    .AddAzureFunctionsProject<Projects.MiscFunctions>("MiscFunctions")
    .WithTag("Functions");

var reportGenerator = builder
    .AddAzureFunctionsProject<Projects.ReportGenerator>("ReportGenerator")
    .WithTag("Functions");

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions