David Fowler

Results 1252 comments of David Fowler

> I think it'd be more clear to have a dedicated section to cover the scenario of working with existing resources, including knowledge of what we can/can't do with existing...

That's a great top level article idea. Some of that information is scattered all over the place but I like the idea of a dedicated tutorial to aggregate and link...

It should be but isn’t documented here https://learn.microsoft.com/en-us/dotnet/aspire/database/sql-server-integration This is where it’s currently documented. https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/external-parameters Use AddConnectionString

Similar feedback https://github.com/dotnet/aspire/discussions/5474. Some related articles: - https://nikiforovall.github.io/dotnet/aspire/2024/06/18/polyglot-persistance-with-aspire.html - https://fiodar.substack.com/p/using-sql-database-components-in-dotnet-aspire

Feels like we should have a tutorial on how to use various databases with aspire. This would cover: 1. The database options 2. Databases in containers 3. Volumes for data...

Sounds like you're looking for AddParameterFromConfiguration from those set of methods. That won't pull the value for publish though as there's still a prompt that for the value (unless PublishDefaultValue...