I've been attempting to create an azure function trigger from a storage blob using v4. When i run it locally with npm run start it works perfectly and i can see it register the function. When i look at the live metrics dashboard i can see it going from 0 -> 1 and back to 0 functions registered. The error i get is listed in the below and there seems to be no context as to whats going on. I've tried moving anything global into the function to make sure nothing is blowing up but that still has not resolved it.
System.TimeoutException: The operation has timed out. at Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel.PendingItem.OnTimeout() in /_/src/WebJobs.Script.Grpc/Channel/GrpcWorkerChannel.cs:line 1558 --- End of stack trace from previous location --- at Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel.StartWorkerProcessAsync(CancellationToken cancellationToken) in /_/src/WebJobs.Script.Grpc/Channel/GrpcWorkerChannel.cs:line 283
I've been attempting to create an azure function trigger from a storage blob using v4. When i run it locally with
npm run start
it works perfectly and i can see it register the function. When i look at the live metrics dashboard i can see it going from 0 -> 1 and back to 0 functions registered. The error i get is listed in the below and there seems to be no context as to whats going on. I've tried moving anything global into the function to make sure nothing is blowing up but that still has not resolved it.The package.json pkgs:
Please let me know if any other info is needed
Investigative information
Please provide the following: