Closed
Description
Update dotnet worker to handle the additional command line args with "functions-" prefix. See Azure/azure-functions-host#9504 for details.
Example of command line argument string host will send to worker process.
-host localhost --port 80 --workerId testWorkerId --requestId testId --grpcMaxMessageLength 2147483647 --functions-uri http://localhost:80 --functions-workerid testWorkerId --functions-requestid testId --functions-grpcmaxmessagelength 2147483647
Need to update managed code and FunctionsNetHost.
Metadata
Metadata
Assignees
Labels
No labels