Lee
Lee

Reputation: 1641

"Function host is not running" - Where do I find the error log?

This is the second time I've ran into the "Function host is not running." error. Rather than just knowing a solution, I'd like to know the process for troubleshooting such a problem, in particular knowing where to go to obtain the underlying error.

The application has been redeployed today, and a HTTP trigger function has been tested. I've looked in the following places for error details (feel free to ask me to double check any of these if you know an error should be there, I'm only human!):

Diagnose and solve problems / Function App Down or Reporting Errors:

AppInsights:

Kudu:

Storage account file shares:

Upvotes: 3

Views: 4874

Answers (2)

Lee
Lee

Reputation: 1641

There error should show in

Diagnose and solve problems / Function App Down or Reporting Errors

See answer to this question for more information.

Upvotes: 3

Tony Ju
Tony Ju

Reputation: 15629

Usually this error is caused by the invalid host.json file or an invalid proxies.json file.

Reference:

Function host is not running

host.json reference for Azure Functions 2.x and later.

Upvotes: -1

Related Questions