Azure / azure-functions-dotnet-worker

Azure Functions out-of-process .NET language worker
MIT License
419 stars 184 forks source link

Validate unix domain socket for GRPC communication #1390

Open kshyju opened 1 year ago

kshyju commented 1 year ago

Validate

Note for containers: Containers need to share sock files via volumes

kshyju commented 1 year ago

UDS is supported on Windows 10/Windows Server 2019 or later. We are still at server 2016 and as per Hamid, we will move to 2022 in few months.

Named pipes (windows) is supported from .net 8 onwards only. https://learn.microsoft.com/en-us/aspnet/core/grpc/interprocess?source=recommendations&view=aspnetcore-6.0#configure-client-and-server