Please provide the following:
I can start writing a Functions app using C#.
Error messages show in the console:
@m-demydiuk noticed that azure function works with this error in the console. So this red error doesn't break function on the local machine. But I am afraid it may cause any problems in other environments.
Before this customer goes live, he needs to know, why this error occurs. He does not use java worker, he does not use durable functions lib and also he does not use Java in this project. So why this occurs?
We have fixed the host to not show error message if Java_home is not set and there are not java fucntions.
Closing this as Dup of #2668
I noticed this issue is closed, but I still experience the same problem after installing the latest version of Visual Studio (15.8.7) and Azure Functions and Web Jobs Tools (15.8.5023.0). Is there a permanent fix available for this issue?
@FlippieCoetser Latest version of Azure Functions and Web Jobs Tools is 15.10.2046.0. After update, check whether you can see latest CLI and host version when debugging project.
```
Azure Functions Core Tools (2.1.748 Commit hash: 5db20665cf0c11bedaffc96d81c9baef7456acb3)
Function Runtime Version: 2.0.12134.0
I have latest version installed but still can see this error:
Unable to configure java worker. Could not find JAVA_HOME app setting.
Could not configure language worker Java.
Azure Functions and Web Jobs Tools 15.10.2046.0
Azure Functions Core Tools (2.1.748 Commit hash: 5db20665cf0c11bedaffc96d81c9baef7456acb3)
Function Runtime Version: 2.0.12134.0
ok fixed with this trick:
https://github.com/Azure/azure-functions-vs-build-sdk/wiki/How-to-manually-update-the-Azure-Functions-Core-Tools
but I think latest Azure Functions and Web Jobs Tools are broken
@petrce Probably related to this tracking issue.
Most helpful comment
ok fixed with this trick:
https://github.com/Azure/azure-functions-vs-build-sdk/wiki/How-to-manually-update-the-Azure-Functions-Core-Tools
but I think latest Azure Functions and Web Jobs Tools are broken