docs-aspire icon indicating copy to clipboard operation
docs-aspire copied to clipboard

[New article]: App host configuration

Open JamesNK opened this issue 1 year ago • 2 comments

Proposed topic or title

App host configuration

Location in table of contents.

App Host

Reason for the article

The app host can be configured by setting values in launchSettings.json, e.g. https://github.com/dotnet/aspire/blob/9a59d122949de428321599c503da59c54fb673d6/playground/BrowserTelemetry/BrowserTelemetry.AppHost/Properties/launchSettings.json#L8-L15

I don't believe this are documented anywhere. The page can follow what the dashboard configuration page does.

Article abstract

Details about the configuration values for the app host.

Relevant searches

No response

JamesNK avatar Sep 06 '24 07:09 JamesNK

We have this content for it now, perhaps we could expand this?

https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/launch-profiles

IEvangelist avatar Sep 06 '24 12:09 IEvangelist

That mainly focuses on launch profiles for project resources.

There should be a doc that details the config options that can be added to the host launchSettings.json

JamesNK avatar Sep 06 '24 12:09 JamesNK

@mitchdenny is this something you could do when working on docs post 9.0 lockdown?

JamesNK avatar Oct 23 '24 03:10 JamesNK