How to implement Dotnet Isolated Azure Function on Alpine using .net8?
I have an Azure Functions project built with .NET 6 that is currently running on Kubernetes with a Debian-based OS. I’m migrating this project to .NET 8 and need it to run on an Alpine machine. I’ve updated all my code to follow the .NET 8 isolated worker model, and everything works fine locally and with a specific Dockerfile setup: