Parameters in .NET Aspire 13.2 dashboard
Authorised Territory demonstrates how to add a parameter to a .NET Aspire resource, set its value via appsettings.json, and (after upgrading to Aspire 13.2) update the parameter value from the Aspire dashboard.
Full summary based on description
What the tutorial covers
- Adding a parameter to a .NET Aspire resource.
- Setting the parameter value using an
appsettings.jsonfile. - Upgrading the AppHost project to .NET Aspire 13.2.
- Using the Aspire dashboard (in 13.2) to set/update the parameter value.
Starting point
- The starting solution is referenced from an earlier tutorial: https://youtu.be/2gHMsNN38YA