Christian Klemm

Results 63 comments of Christian Klemm
trafficstars

> I guess the workaround would be to use one off tasks instead of init containers: https://learn.microsoft.com/en-us/cli/azure/containerapp/job?view=azure-cli-latest#az-containerapp-job-create(containerapp)-examples Exactly, this is what I do at the moment. Having a container app...

One small note regarding profiling and Blazor: Blazor runs single threaded so if profiling needs another thread for some background jobs this will not be supported until .NET 9 ships.

Oh yeah then this is another hurdle for profiling in Blazor WebAssembly.