-
I've been working through adding aspire into my existing .net application. Similar to the aspire starter template, I've a .net 8 Blazor web app and a .NET 8 API. I am using 'azd infra synth' to generate a bicep file to reference some existing resources (vnet). Apart from that, I'm pretty much following the same steps as here: https://www.youtube.com/watch?v=HYe6y1kBuGI I've successfully deployed my application to Azure with azd up, the resource group is there as is the container app environment, everything else and the container apps themselves. However, both my API and web project container apps fail to start and have the same message: 2024-01-23T12:14:26.223945758Z You must install or update .NET to run this application. I'm a bit stumped by this, in the demo vids I've watched I've not seen others having this issue or having to do something to include the framework? Edit: Actually, the same is happening for me with the starter app as well. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @mip1983 Can you share the source code? (like a link to a repo) ? |
Beta Was this translation helpful? Give feedback.
-
It's happening if you just file/new the .net aspire starter app, but I've got a work around for now: |
Beta Was this translation helpful? Give feedback.
It's happening if you just file/new the .net aspire starter app, but I've got a work around for now:
dotnet/aspire#1737 (comment)