I am trying to run Azure functions example, given here. There is no change made in the sample application given and ran all the instructions (installing Azure CLI, Azure core tools 3) as exactly given in the documentation. But it gives following error.
[7/23/2020 1:05:52 PM] [INFO] {Application.main}: Azure Functions Java Worker version [ 1.5.3]
Value cannot be null. (Parameter 'provider')
Application is shutting down...
[7/23/2020 1:06:52 PM] Starting worker process failed
[7/23/2020 1:06:52 PM] The operation has timed out.
[7/23/2020 1:06:52 PM] Failed to start language worker process for runtime: (null). workerId:9ee7574a-76a5-412c-9a11-dbf7bcaa3b9a
I have referred to all the questions on stackoverflow and github. Nothing seem to be working as a solution here. I have created an issue here, and given all the information.
I have uninstalled and installed nodejs (required for core tools), core tools, and CLI multiple times, and tried to resolve this issue but I could not.
My question is what does it mean by "Provider" here. How to resolve this issue. Any pointer would be great.