David Fowler
David Fowler
Looks similar to https://github.com/dotnet/aspire/issues/5571. Unable to find an executable on the path. I wonder if this is to do with where the apphost was launched from.
Let's add this to the docs for now.
@vhvb1989 The error message here could do with some polish and include the resource name.
This also applies to the container apps environment
So there'll be no way to avoid creating a container registry
This should be supported with https://github.com/dotnet/aspire/issues/9005 ``` var acr = builder.AddAzureContainerRegistry("acr").PublishAsExisting(rg, name); builder.AddAzureContainerAppEnvironment("env") .WithAzureContainerRegistry(acr); ```
@LittleLittleCloud can this be closd now?
Let me know if I am interpreting this correctly: You want to be able to package up a project as an aspire resource and have other services on the team...
@DamianEdwards is saying that someone should go build it and figure it out, then update the issue with more details. It’s not a focus area for us at the moment,...