.NET Aspire - Bad loading of connection strings #5226
-
I made a "manual" addition of Azure function to .NET Aspire solution. Everything seems ok. I do have to manually run debug, but that's fine. Extension:
Aspire settings:
There is one problem though. The specified connection strings only ever appear in azure functions. I.e. once none is filled in correctly. sometimes one and sometimes all. AppTableStorage not load: Second time empty Blob storage: Do you know what this could be? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The connection strings we're using aren't compatible with functions bindings. There's ongoing work to resolve that. |
Beta Was this translation helpful? Give feedback.
Its been fixed in the latest with first class functions support