Running Isolated-worker Azure Function in Docker Container
I'm trying to get an isolated worker model Azure function to run in a container, but it fails with the following error: Unhandled exception. System.InvalidOperationException: The gRPC channel URI 'http://:' could not be parsed. Here is my dockerfile FROM mcr.microsoft.com/dotnet/sdk:8.0…