David Fowler
David Fowler
Yes we do, but that's a huge change. @eerhardt attempted did that initially and backed it out. Time to go again 😄
@davidebbo can you look at this one?
> As it stands, I don't see an overload that takes a Task. So do we first want to just tackle the non async case? Yep
After some discussion with @vhvb1989 I ended up with a bootstrapped container image and a [bootstrap container app](https://github.com/davidfowl/EventGridDemo/blob/cf3298e1c428730a8aa20545b38b7bf63ceca180/EventGridDemo.AppHost/eventgridwebhookbootstrap.bicep) that can validate the webhook. I still needed to do `azd infra...
@vhvb1989 gonna leave this open
Yes I like this line of thinking! This is [my branch](https://github.com/dotnet/aspire/blob/davidfowl/gen-compute-infra/src/Aspire.Hosting.Azure/Provisioning/Provisioners/AzureContainerAppsInfastructure.cs) that generates a manifest with the complete set of bicep https://github.com/dotnet/aspire/blob/7a140d37d79b9146efab17a71148c22d54dffce3/playground/mongo/Mongo.AppHost/app.module.bicep https://github.com/dotnet/aspire/blob/7a140d37d79b9146efab17a71148c22d54dffce3/playground/mongo/Mongo.AppHost/aspire-manifest.json You can see this [inputs object](https://github.com/dotnet/aspire/blob/7a140d37d79b9146efab17a71148c22d54dffce3/playground/mongo/Mongo.AppHost/app.module.bicep#L4) that...
> May need to discuss with the VSCode team to see if there is something we can do here. Can you open an issue on the vscode repository? This behavior...
cc @tg-msft @JoshLove-msft
This feels important to consider for 9 as part of https://github.com/dotnet/aspire/issues/5583 @eerhardt