Azure / azure-functions-dotnet-worker

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

Removed fallback command line argument reading code for grpc worker startup options. #2693

Closed kshyju closed 2 weeks ago

kshyju commented 2 weeks ago

Fixes #1908

Removed fallback command line argument reading code for grpc worker startup options.

Note that I have not removed the fallback code from extensions/Worker.Extensions.Rpc/src/ConfigurationExtensions.cs as we do not have any concrete plans for 2x version of extensions as of now.

Pull request checklist