How to Dockerize an Azure Function with .NET 8 Isolated Worker Model for Integration Testing?
I have an Azure Function written with .NET 8 and that uses the isolated worker model. I want to write integration tests for this function and therefore want to spin it up in memory. I looked into WebApplicationFactory but it…