David Fowler
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...
@shawnwildermuth did you get this working?
Doesn't look aspire related.
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...
cc @davidebbo