Skip to content

Update dotnet worker to handle the additional command line args with "functions-" prefix #1900

Closed
@kshyju

Description

@kshyju

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions